public class RegistrationException extends PortalException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
RegistrationException()
Constructs a new RegistrationException
|
RegistrationException(java.lang.String pStr)
Constructs a new RegistrationException with the given
explanation.
|
RegistrationException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new RegistrationException with the given
explanation.
|
RegistrationException(java.lang.Throwable pSourceException)
Constructs a new RegistrationException.
|
printStackTrace, printStackTrace, printStackTrace, toStringpublic RegistrationException()
public RegistrationException(java.lang.String pStr)
public RegistrationException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic RegistrationException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pStr - an explanation of the exceptionpSourceException - the initial exception which was the root
cause of the problem