public class MultipleEntriesFoundException extends WIMApplicationException
Constructor and Description |
---|
MultipleEntriesFoundException()
Creates the Multiple Entries Found Exception
|
MultipleEntriesFoundException(java.lang.String key,
java.lang.String message)
Creates the Multiple Entries Found Exception
|
MultipleEntriesFoundException(java.lang.String key,
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
|
getMessageKey
public MultipleEntriesFoundException()
public MultipleEntriesFoundException(java.lang.String key, java.lang.String message)
message
- The message or message key of the exception.public MultipleEntriesFoundException(java.lang.String key, 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.