public class RuleServiceWrapperException extends RuleServiceRuntimeException
| Constructor and Description |
|---|
RuleServiceWrapperException(String simpleMessage,
ExceptionType type,
String message,
Throwable cause)
Constructs a new RuleServiceWrapperException with the specified detail message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSimpleMessage()
Returns simple Message
|
ExceptionType |
getType()
Returns error type
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuleServiceWrapperException(String simpleMessage, ExceptionType type, String message, Throwable cause)
simpleMessage - the message of errortype - the message typemessage - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)public String getSimpleMessage()
public ExceptionType getType()
Copyright © 2004–2019 OpenL Tablets. All rights reserved.