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, setExtraInfo
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public 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-2024 Solace Corporation. All rights reserved.