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