Package com.dracoon.sdk.crypto.error
Class InvalidKeyPairException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dracoon.sdk.crypto.error.CryptoException
com.dracoon.sdk.crypto.error.InvalidKeyPairException
- All Implemented Interfaces:
Serializable
Signals a problem with the user's key pair.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidKeyPairException(String message) InvalidKeyPairException(String message, Throwable cause) InvalidKeyPairException(Throwable 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
-
InvalidKeyPairException
public InvalidKeyPairException() -
InvalidKeyPairException
-
InvalidKeyPairException
-
InvalidKeyPairException
-