Class WfCryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.whiteflagprotocol.java.crypto.WfCryptoException
- All Implemented Interfaces:
Serializable
Whiteflag protocol cryptographic exception class
- Since:
- 1.1
- See Also:
-
Constructor Summary
ConstructorDescriptionWfCryptoException
(String message, Throwable cause) Creates a Whiteflag crypto exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WfCryptoException
Creates a Whiteflag crypto exception- Parameters:
message
- a human readible error messagecause
- the causing error, or null
-