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