-
- All Implemented Interfaces:
-
java.io.Serializable
public class FlowException extends RuntimeException
-
-
Field Summary
Fields Modifier and Type Field Description private int
resultCode
-
Constructor Summary
Constructors Constructor Description FlowException(int code)
FlowException(int code, String message)
-
Method Summary
Modifier and Type Method Description int
getResultCode()
String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FlowException
FlowException(int code)
-
FlowException
FlowException(int code, String message)
-
-
Method Detail
-
getResultCode
int getResultCode()
-
getMessage
String getMessage()
-
-
-
-