public class SlowPathException extends Exception
| Constructor and Description |
|---|
SlowPathException()
Creates an exception thrown to enter a slow path.
|
SlowPathException(String message)
Creates an exception thrown to enter a slow path.
|
SlowPathException(String message,
Throwable cause)
Creates an exception thrown to enter a slow path.
|
SlowPathException(Throwable cause)
Creates an exception thrown to enter a slow path.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace()
For performance reasons, this exception does not record any stack trace information.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SlowPathException()
public SlowPathException(String message, Throwable cause)
public SlowPathException(String message)
public SlowPathException(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace in class Throwable