public class ProcessMetadataServiceException extends BPMException
| Constructor and Description |
|---|
ProcessMetadataServiceException(BPMExceptionContext exCtx)
Creates a new
ProcessMetadataServiceException instance. |
ProcessMetadataServiceException(java.lang.Exception e) |
ProcessMetadataServiceException(int errorCode,
java.lang.Object[] objs) |
ProcessMetadataServiceException(int errorCode,
java.lang.Object[] objs,
java.lang.Exception e)
Creates a new
BPMException instance. |
ProcessMetadataServiceException(Severity severity,
int errorCode,
java.lang.Object[] objs)
Creates a new
BPMException instance. |
ProcessMetadataServiceException(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 ProcessMetadataServiceException(java.lang.Exception e)
public ProcessMetadataServiceException(BPMExceptionContext exCtx)
ProcessMetadataServiceException instance.exCtx - BPMExceptionContext valuepublic ProcessMetadataServiceException(int errorCode,
java.lang.Object[] objs)
public ProcessMetadataServiceException(int errorCode,
java.lang.Object[] objs,
java.lang.Exception e)
BPMException instance.errorCode - an int valueobjs - a java.lang.Object[] valuepublic ProcessMetadataServiceException(Severity severity, int errorCode, java.lang.Object[] objs)
BPMException instance.severity - a Severity valueerrorCode - an int valueobjs - a java.lang.Object[] valuepublic ProcessMetadataServiceException(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