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
public class OOBAuthGeneralException extends GeneralAdapterException
A general exception for unexpected issues encountered in implementations ofOOBAuthPlugin, typically wrapping an implementation specific exception type.- Since:
- 9.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OOBAuthGeneralException(String message)OOBAuthGeneralException(String message, Throwable cause)OOBAuthGeneralException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.sourceid.saml20.adapter.GeneralAdapterException
isAllowMessagePropagation, setAllowMessagePropagation
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-