WDYSEncrypt
Class WDYSEncryptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
WDYSEncrypt.WDYSEncryptException
- All Implemented Interfaces:
- Serializable
- public class WDYSEncryptException
- extends Exception
This class is an exception that is thrown when encryption goes wrong.
- Version:
- 1
- Author:
- Berend "Kirk" Wouda
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WDYSEncryptException
public WDYSEncryptException(String message)
- Creates a new
WDYSEncryptException
with the given error message.
- Parameters:
message
- The error message.
WDYSEncryptException
public WDYSEncryptException()
- Creates a new
WDYSEncryptException
.