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