org.wso2.carbon.user.api
Class UserStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.user.api.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
Copyright © 2014 WSO2 Inc. All rights reserved.