public class DropletException
extends javax.servlet.ServletException
Represents an exception within Droplet
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
DropletException(java.lang.String pStr)
Constructs a new DropletException with the given explanation 
 | 
DropletException(java.lang.String pMessage,
                java.lang.String pErrorCode)
Constructs a new DropletException with the given message and
 detailed message. 
 | 
DropletException(java.lang.String pStr,
                java.lang.Throwable pRootCause)
Constructs a new DropletException with the given explanation
 and root exception. 
 | 
DropletException(java.lang.String pStr,
                java.lang.Throwable pRootCause,
                java.lang.String pErrorCode)
Constructs a new DropletException with the given explanation,
 root exception, and the message code. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getErrorCode()
Returns a the coded message for this error. 
 | 
java.lang.String | 
toString()
Returns a description of this DropletException object. 
 | 
public DropletException(java.lang.String pStr)
public DropletException(java.lang.String pStr,
                java.lang.Throwable pRootCause)
public DropletException(java.lang.String pMessage,
                java.lang.String pErrorCode)
public DropletException(java.lang.String pStr,
                java.lang.Throwable pRootCause,
                java.lang.String pErrorCode)