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