public class SsoServiceException extends JpsException
| Constructor and Description |
|---|
SsoServiceException()
Constructs a new exception with
null as its detail message. |
SsoServiceException(JpsBundleType bundleType, java.lang.String errorCode)
The constructor takes bundleType and error code.
|
SsoServiceException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
The constructor takes bundleType, error code and error parameters.
|
SsoServiceException(java.lang.String msg)
Constructs a new exception with the specified detail message.
|
SsoServiceException(java.lang.String msg, java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
SsoServiceException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()).
|
getBundleType, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getParameterspublic SsoServiceException()
null as its detail message. The cause is not initialized.public SsoServiceException(java.lang.String msg)
msg - the detail message
public SsoServiceException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the cause. A null value is permitted, and indicates that the cause is nonexistent or unknown.public SsoServiceException(java.lang.Throwable cause)
cause - the cause. A null value is permitted, and indicates that the cause is nonexistent or unknown.public SsoServiceException(JpsBundleType bundleType, java.lang.String errorCode)
bundleType - bundle typeerrorCode - key of error messagepublic SsoServiceException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
bundleType - bundle typeerrorCode - key of error messageparameters - params of error message