Class BGPParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.protocol.bgp.parser.BGPParsingException
- All Implemented Interfaces:
 Serializable
Used when something occurs during the parsing to get Update Message.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCreates new BGPParsingException with specific error message.BGPParsingException(String message, Exception cause) Creates new BGPParsingException with specific message and cause. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
BGPParsingException
Creates new BGPParsingException with specific error message.- Parameters:
 err- error message string.
 - 
BGPParsingException
Creates new BGPParsingException with specific message and cause.- Parameters:
 message- exception messagecause- primary exception
 
 -