public class InvalidResultCountValueException extends Exception
| Constructor and Description |
|---|
InvalidResultCountValueException(String errorMessage)
Constructs a new exception with the specific error message.
|
InvalidResultCountValueException(String errorMessage,
Exception nestedException)
Constructs a new exception with the specific error message and nested exception.
|
InvalidResultCountValueException(String errorMessage,
Throwable cause)
Constructs a new exception with the specific error message and cause.
|
InvalidResultCountValueException(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 InvalidResultCountValueException(String errorMessage, Exception nestedException)
errorMessage - specific error message.nestedException - Nested exception.public InvalidResultCountValueException(String errorMessage, Throwable cause)
errorMessage - Specific error message.cause - Cause of this exception.public InvalidResultCountValueException(String errorMessage)
errorMessage - Specific error message.public InvalidResultCountValueException(Throwable cause)
cause - Cause of this exception.Copyright © 2017 WSO2. All rights reserved.