Package com.pingidentity.sdk.oobauth
Class OOBAuthGeneralException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sourceid.saml20.adapter.GeneralAdapterException
com.pingidentity.sdk.oobauth.OOBAuthGeneralException
- All Implemented Interfaces:
Serializable
A general exception for unexpected issues encountered in implementations of
OOBAuthPlugin,
typically wrapping an implementation specific exception type.- Since:
- 9.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOOBAuthGeneralException(String message) OOBAuthGeneralException(String message, Throwable cause) OOBAuthGeneralException(Throwable cause) -
Method Summary
Methods inherited from class org.sourceid.saml20.adapter.GeneralAdapterException
isAllowMessagePropagation, setAllowMessagePropagationMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OOBAuthGeneralException
-
OOBAuthGeneralException
-
OOBAuthGeneralException
-