Class PspException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.internet2.middleware.grouper.pspng.PspException
- All Implemented Interfaces:
Serializable
This is the common caught-exception class used within PSP-NG. You can
generally assume that some good information has been logged when a PspException
is thrown, so all you need to worry about is logging the local context surrounding
the call that caused the exception (and usually not the stack trace).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPspException
(String messageFormat, Object... messageArgs) PspException
(String messageFormat, Throwable cause, Object... messageArgs) PspException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PspException
public PspException() -
PspException
-
PspException
-
PspException
-