public abstract class SessionError extends FormattedError
| Constructor and Description |
|---|
SessionError(int closure) |
SessionError(int closure,
String message,
Object... args) |
SessionError(int closure,
Throwable throwable) |
SessionError(int closure,
Throwable throwable,
String message,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClosure() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SessionError(int closure)
public SessionError(int closure,
Throwable throwable)
Copyright © 2017. All rights reserved.