public class BGPParsingException extends Exception
| Constructor and Description |
|---|
BGPParsingException(String err)
Creates new BGPParsingException with specific error message.
|
BGPParsingException(String message,
Exception cause)
Creates new BGPParsingException with specific message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BGPParsingException(String err)
err - error message string.Copyright © 2019 OpenDaylight. All rights reserved.