de.schlichtherle.key
Class UnknownKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by de.schlichtherle.key.UnknownKeyException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
KeyPromptingCancelledException, KeyPromptingDisabledException, KeyPromptingInterruptedException, KeyPromptingTimeoutException

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.

Since:
TrueZIP 6.0
Version:
TrueZIP 6.7
Author:
Christian Schlichtherle
See Also:
Serialized Form

Constructor Summary
protected UnknownKeyException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownKeyException

protected UnknownKeyException(String msg)