public class BufferDataException extends RuntimeException
RuntimeException
which is thrown when the data the IoBuffer
contains is corrupt.Constructor and Description |
---|
BufferDataException() |
BufferDataException(String message) |
BufferDataException(String message,
Throwable cause) |
BufferDataException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BufferDataException()
public BufferDataException(String message)
public BufferDataException(String message, Throwable cause)
public BufferDataException(Throwable cause)
Copyright © 2004–2016 Apache MINA Project. All rights reserved.