public class SessionIncidentException extends Exception
| Constructor and Description |
|---|
SessionIncidentException(SessionIncident incident)
Constructs a new exception with the specified incident.
|
SessionIncidentException(String message,
SessionIncident incident)
Constructs a new exception with the specified detail message and
incident.
|
SessionIncidentException(String message,
Throwable cause,
SessionIncident incident)
Constructs a new exception with the specified detail message, cause and
incident.
|
SessionIncidentException(Throwable cause,
SessionIncident incident)
Constructs a new exception with the specified cause and incident.
|
| Modifier and Type | Method and Description |
|---|---|
SessionIncident |
getIncident()
Returns the incident of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SessionIncidentException(SessionIncident incident)
incident - the incidentpublic SessionIncidentException(String message, SessionIncident incident)
message - the detail messageincident - the incidentpublic SessionIncidentException(String message, Throwable cause, SessionIncident incident)
message - the detail messagecause - the detail messageincident - the incidentpublic SessionIncidentException(Throwable cause, SessionIncident incident)
cause - the detail messageincident - the incidentpublic SessionIncident getIncident()
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.