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