public class CredentialExpiredException extends CredStoreException
| Constructor and Description |
|---|
CredentialExpiredException()
The empty constructor
|
CredentialExpiredException(JpsBundleType bundleType, java.lang.String errorCode)
The constructor takes bundle type and error code.
|
CredentialExpiredException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
The constructor takes bundle type, error code and parameters.
|
CredentialExpiredException(java.lang.String msg)
The constructor takes the message
|
CredentialExpiredException(java.lang.String msg, java.lang.Throwable cause)
The constructor takes the message and the cause
|
CredentialExpiredException(java.lang.Throwable cause)
The constructor takes the cause
|
getBundleType, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getParameterspublic CredentialExpiredException()
public CredentialExpiredException(java.lang.String msg)
msg -
public CredentialExpiredException(java.lang.String msg,
java.lang.Throwable cause)
msg -cause -public CredentialExpiredException(java.lang.Throwable cause)
cause -public CredentialExpiredException(JpsBundleType bundleType, java.lang.String errorCode)
bundleType - bundle typeerrorCode - error codepublic CredentialExpiredException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
bundleType - bundle typeerrorCode - error codeparameters - parameters