TrueZIP 6.8.1

de.schlichtherle.key.passwd.swing
Class WeakKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by de.schlichtherle.key.passwd.swing.WeakKeyException
All Implemented Interfaces:
Serializable

public class WeakKeyException
extends GeneralSecurityException

Thrown to indicate that a password or key file is considered weak.

Since:
TrueZIP 6.1
Version:
$Id: WeakKeyException.java,v 1.4 2010/08/20 13:09:40 christian_schlichtherle Exp $
Author:
Christian Schlichtherle
See Also:
Serialized Form

Constructor Summary
WeakKeyException(ResourceBundle resources, String key)
          Deprecated. You should not use this constructor. It will vanish in the next major version.
WeakKeyException(ResourceBundle resources, String key, Object param)
          Deprecated. You should not use this constructor. It will vanish in the next major version.
WeakKeyException(String localizedMessage)
          Creates a new WeakKeyException with the given localized message.
 
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

WeakKeyException

public WeakKeyException(ResourceBundle resources,
                        String key)
Deprecated. You should not use this constructor. It will vanish in the next major version.

Parameters:
key - The resource bundle key for the localized message.
See Also:
Throwable.getLocalizedMessage()

WeakKeyException

public WeakKeyException(ResourceBundle resources,
                        String key,
                        Object param)
Deprecated. You should not use this constructor. It will vanish in the next major version.

Parameters:
key - The resource bundle key for the localized message.
See Also:
Throwable.getLocalizedMessage()

WeakKeyException

public WeakKeyException(String localizedMessage)
Creates a new WeakKeyException with the given localized message.


TrueZIP 6.8.1

Copyright © 2005-2010 Schlichtherle IT Services. All Rights Reserved.