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
public class DeleteFailedException extends CoreTokenException
Represents a failure to delete a Token from the Core Token Service.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DeleteFailedException(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 
 - 
 
 -