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