public class ProcessValidationException extends BPSimulatorException
| Constructor and Description |
|---|
ProcessValidationException(ErrorCode code)
Constructor with error code
|
ProcessValidationException(ErrorCode code,
String details)
Constructor with error code and details info
|
ProcessValidationException(ErrorCode code,
Throwable cause)
Constructor with error code and cause
|
getCode, getDetails, getMessage, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ProcessValidationException(ErrorCode code)
code - error codepublic ProcessValidationException(ErrorCode code, String details)
code - error codedetails - error detailsCopyright © 2020 Pivotal Software, Inc.. All rights reserved.