public class UserStoreException extends Exception
| Constructor and Description |
|---|
UserStoreException()
Constructs a new UserStoreException with
null as its detail message. |
UserStoreException(String message)
Constructs a new exception with the specified detail message.
|
UserStoreException(String message,
Throwable cause)
Constructs a new UserStoreException with the specified detail message and
cause.
|
UserStoreException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UserStoreException()
null as its detail message.public UserStoreException(String message, Throwable cause)
message - the detail message.cause - the cause.public UserStoreException(String message)
message - the detail message.public UserStoreException(Throwable cause)
cause - the cause.Copyright © 2019 WSO2. All rights reserved.