Class ParameterLengthOverflowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.protocol.bgp.parser.spi.ParameterLengthOverflowException
All Implemented Interfaces:
Serializable

@Beta public final class ParameterLengthOverflowException extends Exception
Exception reported when a ParameterSerializer detects its output does not fit 255 bytes and hence cannot be held in plain RFC4271 OPEN message.
See Also: