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

public class UserStoreException extends Exception
The exception to throw when there is a problem with the realm.
See Also:
  • Constructor Details

    • UserStoreException

      public UserStoreException()
    • UserStoreException

      public UserStoreException(String message, Throwable cause)
    • UserStoreException

      public UserStoreException(String message, boolean convertMessage)
    • UserStoreException

      public UserStoreException(String message)
    • UserStoreException

      public UserStoreException(Throwable cause)