java.security
Class InvalidKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.KeyException
java.security.InvalidKeyException
- All Implemented Interfaces:
- Serializable
public class InvalidKeyException
- extends KeyException
Used when invalid cryptography keys are used.
- See Also:
Throwable,
Error,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidKeyException
public InvalidKeyException(String msg)
- Constructs a new instance of this class with its walkback and message
filled in.
- Parameters:
msg - String The detail message for the exception.
InvalidKeyException
public InvalidKeyException()
- Constructs a new instance of this class with its walkback filled in.
InvalidKeyException
public InvalidKeyException(String message,
Throwable cause)
InvalidKeyException
public InvalidKeyException(Throwable cause)
Please submit a feedback, bug or feature