edu.internet2.middleware.grouper.ui
Class UnrecoverableErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.ui.UnrecoverableErrorException
- All Implemented Interfaces:
- Serializable
public class UnrecoverableErrorException
- extends RuntimeException
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 $
- Author:
- Gary Brown.
- See Also:
- Serialized Form
UnrecoverableErrorException
public UnrecoverableErrorException(String message)
UnrecoverableErrorException
public UnrecoverableErrorException(String message,
Throwable t)
UnrecoverableErrorException
public UnrecoverableErrorException(Throwable t)
UnrecoverableErrorException
public UnrecoverableErrorException(String message,
String... messageArgs)
UnrecoverableErrorException
public UnrecoverableErrorException(String message,
Throwable t,
String... messageArgs)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getMessageArgs
public String[] getMessageArgs()