public class NoUserRepositoriesFoundException extends WIMApplicationException
| Constructor and Description |
|---|
NoUserRepositoriesFoundException()
Constructs a NoUserRepositoriesFoundException with no message key, no detail message, and no cause.
|
NoUserRepositoriesFoundException(java.lang.String key,
java.lang.String message)
Constructs a NoUserRepositoriesFoundException with the specified message key and detail message.
|
NoUserRepositoriesFoundException(java.lang.String key,
java.lang.String message,
java.lang.Throwable cause)
Constructs a NoUserRepositoriesFoundException with the specified message key, detail message, and cause.
|
NoUserRepositoriesFoundException(java.lang.Throwable cause)
Constructs a NoUserRepositoriesFoundException with the specified cause.
|
getMessageKeypublic NoUserRepositoriesFoundException()
public NoUserRepositoriesFoundException(java.lang.String key,
java.lang.String message)
key - The message key.message - The detail message.public NoUserRepositoriesFoundException(java.lang.String key,
java.lang.String message,
java.lang.Throwable cause)
key - The message key.message - The detail message.cause - The cause.public NoUserRepositoriesFoundException(java.lang.Throwable cause)
cause - The cause.