public class SDTException extends JCSMPException
SDTException
SDTEOFException - indicates a read operation was
performed on an SDTStream which has no more data to read.
SDTFormatException - indicates a type conversion
error occurred retrieving data from an SDTMap or SDTStream.
| Constructor and Description |
|---|
SDTException(String message)
Constructs a
MessageException with the specified detailed
message. |
SDTException(String message,
Throwable cause)
Constructs a
MessageException with the specified detailed
message and nested exception. |
getExtraInfo, setExtraInfogetCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic SDTException(String message, Throwable cause)
MessageException with the specified detailed
message and nested exception.message - The detailed message.cause - The nested exception.public SDTException(String message)
MessageException with the specified detailed
message.message - The detailed message.Copyright 2004-2025 Solace Corporation. All rights reserved.