Package org.whiteflagprotocol.java.core
Class WfCoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.whiteflagprotocol.java.core.WfCoreException
- All Implemented Interfaces:
Serializable
Whiteflag protocol core exception class
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorDescriptionWfCoreException
(String message, Throwable cause) Creates a generic Whiteflag 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
-
WfCoreException
Creates a generic Whiteflag exception- Parameters:
message
- a human readible error messagecause
- the causing error, or null
-