Class RSVPParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opendaylight.protocol.rsvp.parser.spi.RSVPParsingException
-
- All Implemented Interfaces:
Serializable
public class RSVPParsingException extends Exception
Used when something occurs during the parsing to get Update Message.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RSVPParsingException(String err)
Creates new BGPParsingException with specific error message.RSVPParsingException(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 Detail
-
RSVPParsingException
public RSVPParsingException(String err)
Creates new BGPParsingException with specific error message.- Parameters:
err
- error message string.
-
-