public class BusinessProcessException extends MarkerException
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
BusinessProcessException()
Constructs a new BusinessProcessException. 
 | 
BusinessProcessException(java.lang.String pStr)
Constructs a new BusinessProcessException with the given
 explanation. 
 | 
BusinessProcessException(java.lang.String pStr,
                        java.lang.Throwable pSourceException)
Constructs a new BusinessProcessException with the given
 explanation. 
 | 
BusinessProcessException(java.lang.Throwable pSourceException)
Constructs a new BusinessProcessException. 
 | 
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic BusinessProcessException()
public BusinessProcessException(java.lang.String pStr)
pStr - the exception message textpublic BusinessProcessException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problempublic BusinessProcessException(java.lang.String pStr,
                        java.lang.Throwable pSourceException)
pStr - the exception message textpSourceException - the initial exception which was the root
 cause of the problem