Class UserStoreClientException

All Implemented Interfaces:
Serializable

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

    • UserStoreClientException

      public UserStoreClientException()
    • UserStoreClientException

      public UserStoreClientException(String message, Throwable cause)
    • UserStoreClientException

      public UserStoreClientException(String message, String errorCode, Throwable cause)
    • UserStoreClientException

      public UserStoreClientException(String message, String errorCode)
    • UserStoreClientException

      public UserStoreClientException(String message)
    • UserStoreClientException

      public UserStoreClientException(Throwable cause)
  • Method Details

    • getErrorCode

      public String getErrorCode()