public final class BufferEncodingException
extends SerializationException
SerializationException used to indicate an encoding exception.| Constructor and Description |
|---|
BufferEncodingException(String message)
Create a new instance.
|
BufferEncodingException(String message,
Throwable cause)
New instance.
|
BufferEncodingException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
New instance.
|
BufferEncodingException(Throwable cause)
New instance.
|
public BufferEncodingException(String message)
message - The message to use.public BufferEncodingException(String message,
Throwable cause)
message - for the exception.cause - for this exception.public BufferEncodingException(Throwable cause)
cause - for this exception.public BufferEncodingException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
message - for the exception.cause - for this exception.enableSuppression - whether or not suppression is enabled or disabled.writableStackTrace - whether or not the stack trace should be writable.