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