WDYSDecrypt
Class WDYSDecryptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
WDYSDecrypt.WDYSDecryptException
- All Implemented Interfaces:
- Serializable
- public class WDYSDecryptException
- extends Exception
This class is an exception that is thrown when decryption 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 |
WDYSDecryptException
public WDYSDecryptException(String message)
- Creates a new
WDYSDecryptException
with the given error message.
- Parameters:
message
- The error message.
WDYSDecryptException
public WDYSDecryptException()
- Creates a new
WDYSDecryptException
.