oracle.jdeveloper.audit.service
Class UnexpectedExceptionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.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
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 |
UnexpectedExceptionError
public UnexpectedExceptionError(java.lang.Throwable cause)
UnexpectedExceptionError
public UnexpectedExceptionError(java.lang.String message,
java.lang.Throwable cause)
Copyright © 1997, 2004, Oracle. All rights reserved.