de.schlichtherle.truezip.key
Class UnknownKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
de.schlichtherle.truezip.key.UnknownKeyException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- KeyPromptingCancelledException, KeyPromptingDisabledException, KeyPromptingInterruptedException, KeyPromptingTimeoutException
@ThreadSafe
public class UnknownKeyException
- extends GeneralSecurityException
Thrown to indicate that the retrieval of the key to open or create a
protected resource has failed.
The subclass provides more information.
- Author:
- Christian Schlichtherle
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
UnknownKeyException
UnknownKeyException()
UnknownKeyException
protected UnknownKeyException(String msg)
UnknownKeyException
public UnknownKeyException(Throwable cause)
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.