de.schlichtherle.truezip.crypto.raes.param.swing
Class WeakKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
de.schlichtherle.truezip.crypto.raes.param.swing.WeakKeyException
- All Implemented Interfaces:
- Serializable
public class WeakKeyException
- extends GeneralSecurityException
Thrown to indicate that a password or key file is considered weak.
- Author:
- Christian Schlichtherle
- See Also:
- Serialized Form
|
Constructor Summary |
WeakKeyException(String localizedMessage)
Creates a new WeakKeyException with the given localized message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
WeakKeyException
public WeakKeyException(String localizedMessage)
- Creates a new
WeakKeyException with the given localized message.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.