Package com.protegrity.ap.java
Class SessionTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.protegrity.ap.java.ProtectorException
com.protegrity.ap.java.SessionTimeoutException
- All Implemented Interfaces:
Serializable
Holds information about exceptions.
Signals an error condition during API usage.
- Author:
- Protegrity Protegrity
- See Also:
-
Field Summary
Fields inherited from class com.protegrity.ap.java.ProtectorException
errorCode, errorList, errorMessage, noAccessOperation -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new protector exception with the specified detail message. -
Method Summary
Methods inherited from class com.protegrity.ap.java.ProtectorException
getAccessOperation, getErrorCode, getErrorList, getErrorMessage, getMessage, setErrorCode, setErrorMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SessionTimeoutException
Constructs a new protector exception with the specified detail message.- Parameters:
s- the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
-