public class ProtocolRequestException extends ChainedException
| Constructor and Description |
|---|
ProtocolRequestException(String message)
Constructs a
ProtocolRequestException with the specified detail
message. |
ProtocolRequestException(String message,
Throwable cause)
Constructs a
ProtocolRequestException with the specified detail
message and nested exception. |
ProtocolRequestException(Throwable cause)
Constructs a
ProtocolRequestException with the nested exception. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayMessage() |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic ProtocolRequestException(String message, Throwable cause)
ProtocolRequestException with the specified detail
message and nested exception.message - the detail messagecause - the nested exceptionpublic ProtocolRequestException(String message)
ProtocolRequestException with the specified detail
message.message - the detail messagepublic ProtocolRequestException(Throwable cause)
ProtocolRequestException with the nested exception.cause - the nested exceptionpublic String getDisplayMessage()
Copyright 2004-2021 Solace Corporation. All rights reserved.