java.security
Class UnrecoverableKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.UnrecoverableKeyException
- All Implemented Interfaces:
- Serializable
public class UnrecoverableKeyException
- extends GeneralSecurityException
This class represents exceptions if a key cannot be found in the keystore.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnrecoverableKeyException
public UnrecoverableKeyException(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.
UnrecoverableKeyException
public UnrecoverableKeyException()
- Constructs a new instance of this class with its walkback filled in.
Please submit a feedback, bug or feature