Class UserStoreException

  • All Implemented Interfaces:
    Serializable

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

      • 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)