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