Package org.wso2.carbon.user.api
Class UserStoreClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.user.api.UserStoreException
org.wso2.carbon.user.api.UserStoreClientException
- All Implemented Interfaces:
Serializable
The exception to throw when there is a client problem with the realm.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserStoreClientException(String message) UserStoreClientException(String message, String errorCode) UserStoreClientException(String message, String errorCode, Throwable cause) UserStoreClientException(String message, 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
-
UserStoreClientException
public UserStoreClientException() -
UserStoreClientException
-
UserStoreClientException
-
UserStoreClientException
-
UserStoreClientException
-
UserStoreClientException
-
-
Method Details
-
getErrorCode
-