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, toString
public CycleException()
public CycleException(String message)
public CycleException(Throwable cause)
public String getMessage()
getMessage
in class Throwable
Copyright © 2015. All rights reserved.