public class CycleFoundException extends VitamException
Constructor and Description |
---|
CycleFoundException(String message)
Basic constructor to indicate a simple error message without stacktrace
|
CycleFoundException(String message,
String cycle,
String eventDetailData)
Basic constructor to indicate a simple error message without stacktrace
|
CycleFoundException(String message,
Throwable throwable)
Constructor used to encapsulate a previously thrown exception with but with a custom meaningful message
|
CycleFoundException(Throwable throwable)
Constructor used to encapsulate a previously thrown exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getCycle()
Get the cycle's list of vertex
|
String |
getEventDetailData()
Get the eventDetailData
|
getVitamError, setVitamError
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CycleFoundException(String message)
message
- message to logpublic CycleFoundException(String message, String cycle, String eventDetailData)
message
- message to logcycle
- detail of the cycleeventDetailData
- eventDetailData of the exceptionpublic CycleFoundException(Throwable throwable)
throwable
- the originating exceptionCopyright © 2018 Vitam. All rights reserved.