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