Package com.google.code.yanf4j.buffer
Class BufferDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.code.yanf4j.buffer.BufferDataException
-
- All Implemented Interfaces:
Serializable
public class BufferDataException extends RuntimeException
ARuntimeExceptionwhich is thrown when the data theIoBuffercontains is corrupt.- Version:
- $Rev: 671827 $, $Date: 2008-06-26 10:49:48 +0200 (Thu, 26 Jun 2008) $
- Author:
- The Apache MINA Project (dev@mina.apache.org)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BufferDataException()BufferDataException(String message)BufferDataException(String message, Throwable cause)BufferDataException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-