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