public class InvalidFeatureCodeValueException extends Exception
| Constructor and Description |
|---|
InvalidFeatureCodeValueException(String errorMessage)
Constructs a new exception with the specific error message.
|
InvalidFeatureCodeValueException(String errorMessage,
Exception nestedException)
Constructs a new exception with the specific error message and nested exception.
|
InvalidFeatureCodeValueException(String errorMessage,
Throwable cause)
Constructs a new exception with the specific error message and cause.
|
InvalidFeatureCodeValueException(Throwable cause)
Constructs a new exception with the specific error message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
void |
setErrorMessage(String errorMessage) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidFeatureCodeValueException(String errorMessage, Exception nestedException)
errorMessage - specific error message.nestedException - Nested exception.public InvalidFeatureCodeValueException(String errorMessage, Throwable cause)
errorMessage - Specific error message.cause - Cause of this exception.public InvalidFeatureCodeValueException(String errorMessage)
errorMessage - Specific error message.public InvalidFeatureCodeValueException(Throwable cause)
cause - Cause of this exception.Copyright © 2016 WSO2. All rights reserved.