Class WfCoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.whiteflagprotocol.java.core.WfCoreException
All Implemented Interfaces:
Serializable

public class WfCoreException extends Exception
Whiteflag protocol core exception class
Since:
1.0
See Also:
  • Constructor Details

    • WfCoreException

      public WfCoreException(String message, Throwable cause)
      Creates a generic Whiteflag exception
      Parameters:
      message - a human readible error message
      cause - the causing error, or null