public class KeyStoreServiceException extends JpsException
| Constructor and Description |
|---|
KeyStoreServiceException()
The empty constructor
|
KeyStoreServiceException(JpsBundleType bundleType, java.lang.String errorCode)
The constructor takes bundle type and error code.
|
KeyStoreServiceException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
The constructor takes bundle type, error code and parameters.
|
KeyStoreServiceException(java.lang.String msg)
The constructor takes the message
|
KeyStoreServiceException(java.lang.String msg, java.lang.Throwable cause)
The constructor takes the message and the cause
|
KeyStoreServiceException(java.lang.Throwable cause)
The constructor takes the cause
|
getBundleType, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getParameterspublic KeyStoreServiceException()
public KeyStoreServiceException(java.lang.String msg)
msg -
public KeyStoreServiceException(java.lang.String msg,
java.lang.Throwable cause)
msg -cause -public KeyStoreServiceException(java.lang.Throwable cause)
cause -public KeyStoreServiceException(JpsBundleType bundleType, java.lang.String errorCode)
bundleType - bundle typeerrorCode - error codepublic KeyStoreServiceException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
bundleType - bundle typeerrorCode - error codeparameters - parameters