Package org.openiam.exception
Class EncryptionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openiam.exception.BasicDataServiceException
-
- org.openiam.exception.EncryptionException
-
- All Implemented Interfaces:
Serializable
@WebFault(name="EncryptionException") public class EncryptionException extends BasicDataServiceException
Exception is thrown when there is an exception during the encryption/decryption process.- Version:
- 1
- Author:
- Suneet Shah
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EncryptionException()
EncryptionException(Exception exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exception
getException()
void
setException(Exception exception)
-
Methods inherited from class org.openiam.exception.BasicDataServiceException
addErrorToken, getCode, getErrorTokenList, getOriginalCause, getResponseValue, setCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-