de.schlichtherle.key
Class KeyPromptingDisabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
de.schlichtherle.key.UnknownKeyException
de.schlichtherle.key.KeyPromptingDisabledException
- All Implemented Interfaces:
- Serializable
public class KeyPromptingDisabledException
- extends UnknownKeyException
Thrown to indicate that the retrieval of the key to open or create a
protected resource has been disabled.
This is normally caused by the client application, but will also happen
if the JVM is running in headless mode.
- Since:
- TrueZIP 6.1
- Version:
- TrueZIP 6.7
- 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 |
KeyPromptingDisabledException
public KeyPromptingDisabledException()
KeyPromptingDisabledException
public KeyPromptingDisabledException(Throwable cause)