org.wso2.carbon.user.api
Class UserStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
UserStoreException()
           
UserStoreException(String message)
           
UserStoreException(String message, boolean convertMessage)
           
UserStoreException(String message, Throwable cause)
           
UserStoreException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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)


Copyright © 2014 WSO2 Inc. All rights reserved.