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