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