public class VitamException extends Exception
Constructor and Description |
---|
VitamException(String message) |
VitamException(String message,
Throwable cause) |
VitamException(Throwable cause) |
VitamException(VitamError vitamError) |
Modifier and Type | Method and Description |
---|---|
VitamError |
getVitamError() |
void |
setVitamError(VitamError vitamError) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VitamException(VitamError vitamError)
public VitamException(String message)
message
- associated messagepublic VitamException(Throwable cause)
cause
- associated causepublic VitamError getVitamError()
public void setVitamError(VitamError vitamError)
Copyright © 2018 Vitam. All rights reserved.