public class BalGenToolException extends RuntimeException
| Constructor and Description |
|---|
BalGenToolException(String message)
Constructs an UnsupportedFieldTypeException with the specified detail message.
|
BalGenToolException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
BalGenToolException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BalGenToolException(String message)
message - the detail messagepublic BalGenToolException(String message, Throwable cause)
message - the detail messagecause - the causepublic BalGenToolException(Throwable cause)
cause - the causeCopyright © 2019 WSO2. All rights reserved.