|
TrueZIP 6.8 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
de.schlichtherle.key.passwd.swing.WeakKeyException
public class WeakKeyException
Thrown to indicate that a password or key file is considered weak.
| 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 |
|---|
public WeakKeyException(ResourceBundle resources,
String key)
key - The resource bundle key for the localized message.Throwable.getLocalizedMessage()
public WeakKeyException(ResourceBundle resources,
String key,
Object param)
key - The resource bundle key for the localized message.Throwable.getLocalizedMessage()public WeakKeyException(String localizedMessage)
WeakKeyException with the given localized
message.
|
TrueZIP 6.8 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||