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