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