public class IngestInternalClientNotFoundException extends IngestInternalClientException
Constructor and Description |
---|
IngestInternalClientNotFoundException(String message)
constructor with message
|
IngestInternalClientNotFoundException(String messsage,
Throwable cause)
constructor with message and throwable
|
IngestInternalClientNotFoundException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
constructor with message throwable anableSuppression and writableStackTrace
|
IngestInternalClientNotFoundException(Throwable cause)
constructor with throwable
|
getVitamError, setVitamError
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IngestInternalClientNotFoundException(String message)
message
- associated messagepublic IngestInternalClientNotFoundException(Throwable cause)
cause
- associated causepublic IngestInternalClientNotFoundException(String messsage, Throwable cause)
messsage
- associated messagecause
- associated causepublic IngestInternalClientNotFoundException(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.