public class KittehConnectionException extends Exception
Constructor and Description |
---|
KittehConnectionException(@NonNull Throwable cause,
boolean fatal)
Constructs this event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFatal()
Gets if the connection has died.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public KittehConnectionException(@NonNull Throwable cause, boolean fatal)
cause
- the causefatal
- true if the exception indicates death of the connectionCopyright © 2013–2021 Kitteh. All rights reserved.