Class NoUserRepositoriesFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.security.wim.exception.WIMException
com.ibm.wsspi.security.wim.exception.WIMApplicationException
com.ibm.wsspi.security.wim.exception.NoUserRepositoriesFoundException
- All Implemented Interfaces:
Serializable
Exception received when a request to do a user registry or repository is made
and there are no user registries or repositories configured.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a NoUserRepositoriesFoundException with no message key, no detail message, and no cause.NoUserRepositoriesFoundException
(String key, String message) Constructs a NoUserRepositoriesFoundException with the specified message key and detail message.NoUserRepositoriesFoundException
(String key, String message, Throwable cause) Constructs a NoUserRepositoriesFoundException with the specified message key, detail message, and cause.Constructs a NoUserRepositoriesFoundException with the specified cause. -
Method Summary
Methods inherited from class com.ibm.wsspi.security.wim.exception.WIMException
getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoUserRepositoriesFoundException
public NoUserRepositoriesFoundException()Constructs a NoUserRepositoriesFoundException with no message key, no detail message, and no cause. -
NoUserRepositoriesFoundException
Constructs a NoUserRepositoriesFoundException with the specified message key and detail message.- Parameters:
key
- The message key.message
- The detail message.
-
NoUserRepositoriesFoundException
Constructs a NoUserRepositoriesFoundException with the specified message key, detail message, and cause.- Parameters:
key
- The message key.message
- The detail message.cause
- The cause.
-
NoUserRepositoriesFoundException
Constructs a NoUserRepositoriesFoundException with the specified cause.- Parameters:
cause
- The cause.
-