Class BufferDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.core.buffer.BufferDataException
- All Implemented Interfaces:
Serializable
A
RuntimeException which is thrown when the data the IoBuffer
contains is corrupt.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new BufferDataException instanceBufferDataException(String message) Create a new BufferDataException instanceBufferDataException(String message, Throwable cause) Create a new BufferDataException instanceBufferDataException(Throwable cause) Create a new BufferDataException instance -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BufferDataException
public BufferDataException()Create a new BufferDataException instance -
BufferDataException
Create a new BufferDataException instance- Parameters:
message- The exception message
-
BufferDataException
-
BufferDataException
Create a new BufferDataException instance- Parameters:
cause- The original cause
-