public class FlowBuilderException extends BallerinaException
Constructor and Description |
---|
FlowBuilderException(String message)
Constructs a new
FlowBuilderException with the specified detail message. |
FlowBuilderException(String message,
Throwable cause)
Constructs a new
FlowBuilderException with the specified detail message and cause. |
FlowBuilderException(Throwable cause)
Constructs a new
FlowBuilderException with the cause. |
getContext
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FlowBuilderException(String message)
FlowBuilderException
with the specified detail message.message
- Error Messagepublic FlowBuilderException(String message, Throwable cause)
FlowBuilderException
with the specified detail message and cause.message
- Error messagecause
- Causepublic FlowBuilderException(Throwable cause)
FlowBuilderException
with the cause.cause
- CauseCopyright © 2018 WSO2. All rights reserved.