Package org.forgerock.am.cts.exceptions
Class DeleteFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.am.cts.exceptions.CoreTokenException
org.forgerock.am.cts.exceptions.DeleteFailedException
- All Implemented Interfaces:
Serializable
Represents a failure to delete a Token from the Core Token Service.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeleteFailedException
(String message) DeleteFailedException
(String tokenId, Throwable e) DeleteFailedException
(Throwable e, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeleteFailedException
-
DeleteFailedException
-
DeleteFailedException
-