public class DataServiceSystemException extends AbstractSystemException
EMPTY_MSG
Constructor and Description |
---|
DataServiceSystemException(java.lang.String messageKey,
java.lang.Object[] params,
java.lang.String className,
java.lang.String methodName)
Creates the DataServiceSystemException.
|
DataServiceSystemException(java.lang.String messageKey,
java.lang.Object[] params,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the DataServiceSystemException.
|
DataServiceSystemException(java.lang.String messageKey,
java.lang.String className,
java.lang.String methodName)
Creates the DataServiceSystemException.
|
getCorrelationId, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getMessageParams, isClient, setClient
public DataServiceSystemException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName)
messageKey
- The message key of the exception.params
- The parameters used for the message key of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public DataServiceSystemException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
messageKey
- The message key of the exception.params
- The parameters used for the message key of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.cause
- The cause of the exception.public DataServiceSystemException(java.lang.String messageKey, java.lang.String className, java.lang.String methodName)
messageKey
- The message key of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.