Class BGPTreatAsWithdrawException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opendaylight.protocol.bgp.parser.AbstractBGPException
-
- org.opendaylight.protocol.bgp.parser.BGPTreatAsWithdrawException
-
- All Implemented Interfaces:
Serializable
public final class BGPTreatAsWithdrawException extends AbstractBGPException
An exception thrown when the parsing of an attribute results in treat-as-withdraw being applied to the UPDATE message, as per the rules in RFC7606 and related documents.This exception must not be thrown when Revised Error Handling procedures are not in effect.
- Author:
- Robert Varga
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BGPTreatAsWithdrawException(@NonNull BGPError error, byte[] data, @NonNull String format, Object... args)
BGPTreatAsWithdrawException(@NonNull BGPError error, @NonNull String format, Object... args)
BGPTreatAsWithdrawException(@NonNull BGPError error, @Nullable Exception cause, @NonNull String format, Object... args)
-
Method Summary
-
Methods inherited from class org.opendaylight.protocol.bgp.parser.AbstractBGPException
getData, getError
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-