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