public class QueryServiceSystemException extends DataServiceSystemException
EMPTY_MSG
Constructor and Description |
---|
QueryServiceSystemException(java.lang.String messageKey,
java.lang.Object[] params,
java.lang.String className,
java.lang.String methodName)
Constructor for the exception.
|
QueryServiceSystemException(java.lang.String messageKey,
java.lang.Object[] params,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Constructor for the exception that wraps an outstanding exception.
|
QueryServiceSystemException(java.lang.String messageKey,
java.lang.Object param1,
java.lang.Object param2,
java.lang.String className,
java.lang.String methodName)
Constructor for the exception with two parameters.
|
QueryServiceSystemException(java.lang.String messageKey,
java.lang.Object param1,
java.lang.Object param2,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Constructor for the exception with two parameters.
|
QueryServiceSystemException(java.lang.String messageKey,
java.lang.Object param,
java.lang.String className,
java.lang.String methodName)
Constructor for the exception with a single parameter.
|
QueryServiceSystemException(java.lang.String messageKey,
java.lang.Object param,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Constructor for the exception with a single parameter that wraps an outstanding exception.
|
QueryServiceSystemException(java.lang.String messageKey,
java.lang.String className,
java.lang.String methodName)
Constructor for the exception with zero parameters.
|
getCorrelationId, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getMessageParams, isClient, setClient
public QueryServiceSystemException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName)
messageKey
- key to the resource bundle to locate the messageparams
- substitution parameters to the messageclassName
- the class name where exception is raised.methodName
- the method name where exception is raised.public QueryServiceSystemException(java.lang.String messageKey, java.lang.Object param, java.lang.String className, java.lang.String methodName)
messageKey
- key to the resource bundle to locate the message.param
- substitution parameter to the message.className
- the class name where exception is raised.methodName
- the method name where exception is raised.public QueryServiceSystemException(java.lang.String messageKey, java.lang.Object param1, java.lang.Object param2, java.lang.String className, java.lang.String methodName)
messageKey
- key to the resource bundle to locate the message.param1
- first substitution parameter to the message.param2
- second substitution parameter to the message.className
- the class name where exception is raised.methodName
- the method name where exception is raised.public QueryServiceSystemException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
messageKey
- key to the resource bundle to locate the message.params
- substitution parameters to the message.className
- the class name where exception is raised.methodName
- the method name where exception is raised.cause
- the wrapped exception.public QueryServiceSystemException(java.lang.String messageKey, java.lang.Object param, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
messageKey
- key to the resource bundle to locate the message.param
- substitution parameter to the message.className
- the class name where exception is raised.methodName
- the method name where exception is raised.cause
- the wrapped exception.public QueryServiceSystemException(java.lang.String messageKey, java.lang.Object param1, java.lang.Object param2, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
messageKey
- key to the resource bundle to locate the message.param1
- first parameter to the message.param2
- second parameter to the message.className
- the class name where exception is raised.methodName
- the method name where exception is raised.cause
- the wrapped exception.public QueryServiceSystemException(java.lang.String messageKey, java.lang.String className, java.lang.String methodName)
messageKey
- key to the resource bundle to locate the message.className
- the class name where exception is raised.methodName
- the method name where exception is raised.