public class BufferDataException extends RuntimeException
RuntimeException which is thrown when the data the IoBuffer
contains is corrupt.| Constructor and Description |
|---|
BufferDataException()
Create a new BufferDataException instance
|
BufferDataException(String message)
Create a new BufferDataException instance
|
BufferDataException(String message,
Throwable cause)
Create a new BufferDataException instance
|
BufferDataException(Throwable cause)
Create a new BufferDataException instance
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BufferDataException()
public BufferDataException(String message)
message - The exception messagepublic BufferDataException(String message, Throwable cause)
message - The exception messagecause - The original causepublic BufferDataException(Throwable cause)
cause - The original causeCopyright © 2004–2024 Apache MINA Project. All rights reserved.