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
public class UserStoreClientException extends UserStoreException
The exception to throw when there is a client problem with the realm.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserStoreClientException()UserStoreClientException(String message)UserStoreClientException(String message, String errorCode)UserStoreClientException(String message, String errorCode, Throwable cause)UserStoreClientException(String message, Throwable cause)UserStoreClientException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UserStoreClientException
public UserStoreClientException()
-
UserStoreClientException
public UserStoreClientException(String message, String errorCode, Throwable cause)
-
UserStoreClientException
public UserStoreClientException(String message)
-
UserStoreClientException
public UserStoreClientException(Throwable cause)
-
-
Method Detail
-
getErrorCode
public String getErrorCode()
-
-