Class PspException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.internet2.middleware.grouper.pspng.PspException
All Implemented Interfaces:
Serializable

public class PspException extends Exception
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 Details

    • PspException

      public PspException()
    • PspException

      public PspException(String messageFormat, Throwable cause, Object... messageArgs)
    • PspException

      public PspException(String messageFormat, Object... messageArgs)
    • PspException

      public PspException(Throwable cause)