Class PasswordCrypto.CryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bonitasoft.processbuilder.extension.PasswordCrypto.CryptoException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PasswordCrypto
Exception thrown when cryptographic operations fail.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCryptoException(String message) Constructs a new CryptoException with the specified detail message.CryptoException(String message, Throwable cause) Constructs a new CryptoException with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CryptoException
Constructs a new CryptoException with the specified detail message.- Parameters:
message- the detail message
-
CryptoException
Constructs a new CryptoException with the specified detail message and cause.- Parameters:
message- the detail messagecause- the cause of the exception
-