public class MultipleEntriesFoundException extends WIMApplicationException
SUCCESS
Constructor and Description |
---|
MultipleEntriesFoundException()
Creates the Multiple Entries Found Exception
|
MultipleEntriesFoundException(java.lang.String message)
Creates the Multiple Entries Found Exception
|
MultipleEntriesFoundException(java.lang.String message,
java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodName)
Creates the Multiple Entries Found Exception
|
MultipleEntriesFoundException(java.lang.String message,
java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the Multiple Entries Found Exception
|
MultipleEntriesFoundException(java.lang.String messageKey,
java.lang.Object[] params,
java.lang.String className,
java.lang.String methodName) |
MultipleEntriesFoundException(java.lang.String message,
java.lang.String className,
java.lang.String methodName)
Creates the Multiple Entries Found Exception
|
MultipleEntriesFoundException(java.lang.String message,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the Multiple Entries Found Exception
|
MultipleEntriesFoundException(java.lang.String message,
java.lang.Throwable cause)
Creates the Multiple Entries Found Exception
|
MultipleEntriesFoundException(java.lang.Throwable cause)
Creates the Multiple Entries Found Exception
|
getLocalizedMessage, getLocalizedMessage, getMessage, getMessage, getMessageBundle, getMessageKey, getMessageParams, getRootError, getRootErrorCode, getRootErrorMessage, getRootErrorSource, isRootErrorSet, setRootError, setRootError, setRootErrorCode, setRootErrorCode, setRootErrorMessage, setRootErrorMessage, setRootErrorSource, setRootErrorSource
public MultipleEntriesFoundException()
public MultipleEntriesFoundException(java.lang.String message)
message
- The message or message key of the exception.public MultipleEntriesFoundException(java.lang.String message, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName)
message
- The message or message key of the exception.severity
- The exception serverityclassName
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public MultipleEntriesFoundException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName)
messageKey
- params
- className
- methodName
- public MultipleEntriesFoundException(java.lang.String message, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
message
- The message or message key of the exception.severity
- The exception serverityclassName
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.cause
- The cause of the exception.public MultipleEntriesFoundException(java.lang.String message, java.lang.String className, java.lang.String methodName)
message
- The message or message key of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public MultipleEntriesFoundException(java.lang.String message, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
message
- The message or 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 MultipleEntriesFoundException(java.lang.String message, java.lang.Throwable cause)
message
- The message or message key of the exception.cause
- The cause of the exception.public MultipleEntriesFoundException(java.lang.Throwable cause)
cause
- The cause of the exception.