public class IngestInternalClientServerException extends IngestInternalClientException
| Constructor and Description |
|---|
IngestInternalClientServerException(String message)
constructor with message
|
IngestInternalClientServerException(String messsage,
Throwable cause)
constructor with message and throwable
|
IngestInternalClientServerException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
constructor with message throwable anableSuppression and writableStackTrace
|
IngestInternalClientServerException(Throwable cause)
constructor with throwable
|
getVitamError, setVitamErroraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IngestInternalClientServerException(String message)
message - associated messagepublic IngestInternalClientServerException(Throwable cause)
cause - associated causepublic IngestInternalClientServerException(String messsage, Throwable cause)
messsage - associated messagecause - associated causepublic IngestInternalClientServerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - associated messagecause - associated causeenableSuppression - allow suppression or notwritableStackTrace - allow writable stack trace or notCopyright © 2018 Vitam. All rights reserved.