de.schlichtherle.key
Class KeyPromptingInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by de.schlichtherle.key.UnknownKeyException
                  extended by de.schlichtherle.key.KeyPromptingInterruptedException
All Implemented Interfaces:
Serializable

public class KeyPromptingInterruptedException
extends UnknownKeyException

Thrown to indicate that prompting for a key to open or create a protected resource has been interrupted. As an example, if JFileChooser is used to browse RAES encrypted ZIP files, then this may be thrown in the Basic L&F File Loader Threads if they have been interrupted by the JFileChooser code running in AWT's Event Dispatch Thread (EDT).

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

Constructor Summary
KeyPromptingInterruptedException()
           
KeyPromptingInterruptedException(Throwable cause)
           
 
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

KeyPromptingInterruptedException

public KeyPromptingInterruptedException()

KeyPromptingInterruptedException

public KeyPromptingInterruptedException(Throwable cause)