public class MetaDataException extends VitamException
| Constructor and Description |
|---|
MetaDataException(String message)
Constructor
|
MetaDataException(String message,
Throwable cause)
Constructor
|
MetaDataException(Throwable cause)
Constructor
|
MetaDataException(VitamError vitamError)
Constructor
|
getVitamError, setVitamErroraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MetaDataException(VitamError vitamError)
vitamError - vitamError to associate with the exceptionpublic MetaDataException(String message)
message - message to associate with the exceptionpublic MetaDataException(Throwable cause)
cause - cause to associate with the exceptionCopyright © 2018 Vitam. All rights reserved.