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