Class PCEPDeserializerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.protocol.pcep.PCEPDeserializerException
All Implemented Interfaces:
Serializable

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

    • 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