Package org.forgerock.am.cts.utils.blob
Class TokenStrategyFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.forgerock.am.cts.utils.blob.TokenStrategyFailedException
-
- All Implemented Interfaces:
Serializable
public class TokenStrategyFailedException extends Exception
Responsible for capturing the reason why a Token Blob Strategy failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenStrategyFailedException(String error, Throwable e)
TokenStrategyFailedException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-