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