Package org.certificateservices.messages
Class NoDecryptionKeyFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.certificateservices.messages.NoDecryptionKeyFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoDecryptionKeyFoundException extends java.lang.ExceptionException thrown when no decryption key could be found when trying to decrypt a message.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoDecryptionKeyFoundException(java.lang.String message)Exception thrown when no decryption key could be found when trying to decrypt a messageNoDecryptionKeyFoundException(java.lang.String message, java.lang.Throwable cause)Exception thrown when no decryption key could be found when trying to decrypt a message
-
-
-
Constructor Detail
-
NoDecryptionKeyFoundException
public NoDecryptionKeyFoundException(java.lang.String message, java.lang.Throwable cause)Exception thrown when no decryption key could be found when trying to decrypt a message- Parameters:
message- a descriptive message about the cause of the exception.cause- the cause of the exception.
-
NoDecryptionKeyFoundException
public NoDecryptionKeyFoundException(java.lang.String message)
Exception thrown when no decryption key could be found when trying to decrypt a message- Parameters:
message- a descriptive message about the cause of the exception.
-
-