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