Class UnrecoverableErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.ui.UnrecoverableErrorException
- All Implemented Interfaces:
Serializable
Thrown when something is seriously amiss. Could be the API is missing something
or could be that there is a missing parameter or an object is no longer available
In general the code which throws such an exception should take care of logging. Code
catching this exception should not log it.
- Version:
- $Id: UnrecoverableErrorException.java,v 1.2 2008-04-13 08:52:12 isgwb Exp $
- See Also:
-
Constructor Summary
ConstructorDescriptionUnrecoverableErrorException
(String message) UnrecoverableErrorException
(String message, String... messageArgs) UnrecoverableErrorException
(String message, Throwable t) UnrecoverableErrorException
(String message, Throwable t, String... messageArgs) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnrecoverableErrorException
-
UnrecoverableErrorException
-
UnrecoverableErrorException
-
UnrecoverableErrorException
-
UnrecoverableErrorException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getMessageArgs
-