public class JpsException extends JpsLocalizableException
| Constructor and Description |
|---|
JpsException() |
JpsException(JpsBundleType bundleType, java.lang.String errorCode) |
JpsException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters) |
JpsException(java.lang.String msg) |
JpsException(java.lang.String msg, java.lang.Throwable cause) |
JpsException(java.lang.Throwable cause) |
getBundleType, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getParameterspublic JpsException()
public JpsException(java.lang.String msg)
public JpsException(java.lang.String msg,
java.lang.Throwable cause)
public JpsException(java.lang.Throwable cause)
public JpsException(JpsBundleType bundleType, java.lang.String errorCode)
public JpsException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)