Package org.wso2.carbon.user.api
Class UserStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.user.api.UserStoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UserStoreClientException
The exception to throw when there is a problem with the realm.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserStoreException(String message) UserStoreException(String message, boolean convertMessage) UserStoreException(String message, Throwable cause) UserStoreException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserStoreException
public UserStoreException() -
UserStoreException
-
UserStoreException
-
UserStoreException
-
UserStoreException
-