public class SessionException extends Exception
ResponseMessage which is meant to be returned to the calling
 client.| Constructor and Description | 
|---|
| SessionException(String message,
                ResponseMessage responseMessage) | 
| SessionException(String message,
                Throwable cause,
                ResponseMessage responseMessage) | 
| Modifier and Type | Method and Description | 
|---|---|
| ResponseMessage | getResponseMessage() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SessionException(String message, ResponseMessage responseMessage)
public SessionException(String message, Throwable cause, ResponseMessage responseMessage)
public ResponseMessage getResponseMessage()
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.