org.apache.mina.filter.codec

Class ProtocolEncoderException


public class ProtocolEncoderException
extends ProtocolCodecException

An exception that is thrown when ProtocolEncoder cannot understand or failed to validate the specified message object.

Constructor Summary

ProtocolEncoderException()
Constructs a new instance.
ProtocolEncoderException(String message)
Constructs a new instance with the specified message.
ProtocolEncoderException(String message, Throwable cause)
Constructs a new instance with the specified message and the specified cause.
ProtocolEncoderException(Throwable cause)
Constructs a new instance with the specified cause.

Constructor Details

ProtocolEncoderException

public ProtocolEncoderException()
Constructs a new instance.

ProtocolEncoderException

public ProtocolEncoderException(String message)
Constructs a new instance with the specified message.

ProtocolEncoderException

public ProtocolEncoderException(String message,
                                Throwable cause)
Constructs a new instance with the specified message and the specified cause.

ProtocolEncoderException

public ProtocolEncoderException(Throwable cause)
Constructs a new instance with the specified cause.