public class FlowUpdaterException
extends java.lang.RuntimeException
Constructor and Description |
---|
FlowUpdaterException()
Initialize the exception.
|
FlowUpdaterException(java.lang.String message)
Initialize the exception with an error message.
|
FlowUpdaterException(java.lang.String message,
java.lang.Throwable cause)
Initialize the exception with an error message and a cause.
|
FlowUpdaterException(java.lang.Throwable cause)
Initialize the exception with a cause.
|
public FlowUpdaterException()
public FlowUpdaterException(java.lang.String message)
message
- error message.public FlowUpdaterException(java.lang.String message, java.lang.Throwable cause)
message
- error message.cause
- cause.public FlowUpdaterException(java.lang.Throwable cause)
cause
- cause.