Extension SDK 9.0.5

oracle.jdeveloper.audit.service
Class UnexpectedExceptionError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.jdeveloper.audit.service.UnexpectedExceptionError
All Implemented Interfaces:
java.io.Serializable

public class UnexpectedExceptionError
extends java.lang.RuntimeException

An unchecked exception to be thrown in the catch clause for a checked exception which is declared in a throws clause but is not expected to ever be thrown in practice. Note that for 1.3 and earlier, stack trace printing must be overridden to print the cause and its stack trace. For 1.4, this is sufficient.

See Also:
Serialized Form

Constructor Summary
UnexpectedExceptionError(java.lang.String message, java.lang.Throwable cause)
           
UnexpectedExceptionError(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnexpectedExceptionError

public UnexpectedExceptionError(java.lang.Throwable cause)

UnexpectedExceptionError

public UnexpectedExceptionError(java.lang.String message,
                                java.lang.Throwable cause)

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.