public class PortalException
extends javax.servlet.ServletException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
PortalException()
Constructs an instanceof PortalException
|
PortalException(java.lang.String pMsg)
Constructs an instanceof PortalException
|
PortalException(java.lang.String pMsg,
java.lang.Throwable pSource)
Constructs an instanceof PortalException
|
PortalException(java.lang.Throwable pSource)
Constructs an instanceof PortalException
|
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace()
Print our stack trace and that of the source exception
if there is one.
|
void |
printStackTrace(java.io.PrintStream pStream)
Print our stack trace and that of the source exception
if there is one.
|
void |
printStackTrace(java.io.PrintWriter pWriter)
Print our stack trace and that of the source exception
if there is one.
|
java.lang.String |
toString()
Display information about this exception
|
public PortalException()
public PortalException(java.lang.String pMsg)
public PortalException(java.lang.Throwable pSource)
public PortalException(java.lang.String pMsg,
java.lang.Throwable pSource)
public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream pStream)
printStackTrace in class java.lang.ThrowablepStream - Stream to print topublic void printStackTrace(java.io.PrintWriter pWriter)
printStackTrace in class java.lang.ThrowablepWriter - Writer to print topublic java.lang.String toString()
toString in class java.lang.Throwable