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