public class BPMOrganizationException extends BPMException
| Constructor and Description |
|---|
BPMOrganizationException(BPMExceptionContext exCtx)
Creates a new
BPMOrganizationException instance. |
BPMOrganizationException(java.lang.Exception e) |
BPMOrganizationException(int errorCode,
java.lang.Object[] objs) |
BPMOrganizationException(int errorCode,
java.lang.Object[] objs,
java.lang.Exception e)
Creates a new
BPMException instance. |
BPMOrganizationException(Severity severity,
int errorCode,
java.lang.Object[] objs)
Creates a new
BPMException instance. |
BPMOrganizationException(Severity severity,
int errorCode,
java.lang.Object[] objs,
java.lang.Throwable t)
Creates a new
BPMException instance. |
getComponent, getDescription, getErrorArgs, getErrorCode, getExceptionContext, getLocalizedMessage, getMessage, getName, getRootCause, setLocale, setPropertyBundleName, setPropertyBundleName, toStringpublic BPMOrganizationException(java.lang.Exception e)
public BPMOrganizationException(BPMExceptionContext exCtx)
BPMOrganizationException instance.exCtx - BPMExceptionContext valuepublic BPMOrganizationException(int errorCode,
java.lang.Object[] objs)
public BPMOrganizationException(int errorCode,
java.lang.Object[] objs,
java.lang.Exception e)
BPMException instance.errorCode - an int valueobjs - a java.lang.Object[] valuepublic BPMOrganizationException(Severity severity, int errorCode, java.lang.Object[] objs)
BPMException instance.severity - a Severity valueerrorCode - an int valueobjs - a java.lang.Object[] valuepublic BPMOrganizationException(Severity severity, int errorCode, java.lang.Object[] objs, java.lang.Throwable t)
BPMException instance.severity - a Severity valueerrorCode - an int valueobjs - a java.lang.Object[] valuet - a java.lang.Throwable value