Class UpfProgrammableException

  • All Implemented Interfaces:
    Serializable

    public class UpfProgrammableException
    extends Exception
    An exception indicating a an error happened in the UPF programmable behaviour. Possible errors include the attempted insertion of a malformed flow rule, the reading or writing of an out-of-bounds counter cell, the deletion of a non-existent flow rule, and the attempted insertion of a flow rule into a full table.
    See Also:
    Serialized Form
    • Constructor Detail

      • UpfProgrammableException

        public UpfProgrammableException​(String message)
        Creates a new exception for the given message.
        Parameters:
        message - message
      • UpfProgrammableException

        public UpfProgrammableException​(String message,
                                        UpfProgrammableException.Type type)
        Creates a new exception for the given message and type.
        Parameters:
        message - exception message
        type - exception type