public class PCEPDeserializerException extends Exception
Constructor and Description |
---|
PCEPDeserializerException(String err)
Used when no exact error (from an RFC or from a draft) is specified.
|
PCEPDeserializerException(String err,
Throwable cause)
Used when we want to pass also the exception that occurred.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PCEPDeserializerException(String err)
err
- error message describing the error that occurredCopyright © 2020 OpenDaylight. All rights reserved.