public class AndesClientConfigurationException extends Exception
| Modifier and Type | Field and Description |
|---|---|
String |
errorMessage
Error message for exception
|
| Constructor and Description |
|---|
AndesClientConfigurationException()
Creates Andes configuration exception
|
AndesClientConfigurationException(String message)
Creates Andes configuration exception with error message
|
AndesClientConfigurationException(String message,
Throwable cause)
Creates Andes configuration exception with error message and throwable
|
AndesClientConfigurationException(Throwable cause)
Creates Andes configuration exception with throwable.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String errorMessage
public AndesClientConfigurationException()
public AndesClientConfigurationException(String message)
message - Error messagepublic AndesClientConfigurationException(String message, Throwable cause)
message - Error messagecause - The throwablepublic AndesClientConfigurationException(Throwable cause)
cause - The throwablepublic String getMessage()
getMessage in class ThrowableCopyright © 2019 WSO2. All rights reserved.