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