public class CycleException extends RuntimeException
| Constructor and Description |
|---|
CycleException() |
CycleException(String message) |
CycleException(String message,
Throwable cause) |
CycleException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CycleException()
public CycleException(String message)
public CycleException(Throwable cause)
public String getMessage()
getMessage in class ThrowableCopyright © 2015. All rights reserved.