public class SDTEOFException extends SDTException
SDTEOFException indicates a read operation was
performed on an SDTStream which has no more data to read.| Constructor and Description |
|---|
SDTEOFException(String message)
Constructs a
MessageEOFException with the specified detailed
message. |
SDTEOFException(String message,
Throwable cause)
Constructs a
MessageEOFException 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 SDTEOFException(String message, Throwable cause)
MessageEOFException with the specified detailed
message and nested exception.message - The detailed message.cause - The nested exception.public SDTEOFException(String message)
MessageEOFException with the specified detailed
message.message - The detailed message.Copyright 2004-2025 Solace Corporation. All rights reserved.