public class SlowPathException
extends java.lang.Exception
Constructor and Description |
---|
SlowPathException()
Creates an exception thrown to enter a slow path.
|
SlowPathException(java.lang.String message)
Creates an exception thrown to enter a slow path.
|
SlowPathException(java.lang.String message,
java.lang.Throwable cause)
Creates an exception thrown to enter a slow path.
|
SlowPathException(java.lang.Throwable cause)
Creates an exception thrown to enter a slow path.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
fillInStackTrace()
For performance reasons, this exception does not record any stack trace information.
|
public SlowPathException()
public SlowPathException(java.lang.String message, java.lang.Throwable cause)
public SlowPathException(java.lang.String message)
public SlowPathException(java.lang.Throwable cause)