Class PCEPDeserializerException

  • All Implemented Interfaces:
    Serializable

    public class PCEPDeserializerException
    extends Exception
    Used when something occurs during parsing bytes to java objects.
    See Also:
    Serialized Form
    • Constructor Detail

      • PCEPDeserializerException

        public PCEPDeserializerException​(String err)
        Used when no exact error (from an RFC or from a draft) is specified.
        Parameters:
        err - error message describing the error that occurred
      • PCEPDeserializerException

        public PCEPDeserializerException​(String err,
                                         Throwable cause)
        Used when we want to pass also the exception that occurred.
        Parameters:
        err - error message describing the error that occurred
        cause - specific exception that occurred