public class ProcessingEngineException extends VitamException
Constructor and Description |
---|
ProcessingEngineException(String message)
ProcessingException constructor Construct the processing exception with a message
|
ProcessingEngineException(String message,
Throwable cause)
ProcessingException constructor Construct the processing exception with a message and a throwable exception
|
ProcessingEngineException(Throwable cause)
ProcessingException constructor Construct the processing exception with a throwable exception
|
getVitamError, setVitamError
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProcessingEngineException(String message, Throwable cause)
message
- associated messagecause
- associated causepublic ProcessingEngineException(Throwable cause)
cause
- associated causepublic ProcessingEngineException(String message)
message
- associated messageCopyright © 2018 Vitam. All rights reserved.