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