Class BGPParsingException

  • All Implemented Interfaces:
    Serializable

    public class BGPParsingException
    extends Exception
    Used when something occurs during the parsing to get Update Message.
    See Also:
    Serialized Form
    • Constructor Detail

      • BGPParsingException

        public BGPParsingException​(String err)
        Creates new BGPParsingException with specific error message.
        Parameters:
        err - error message string.
      • BGPParsingException

        public BGPParsingException​(String message,
                                   Exception cause)
        Creates new BGPParsingException with specific message and cause.
        Parameters:
        message - exception message
        cause - primary exception