Class VetoException

    • Constructor Detail

      • VetoException

        public VetoException()
        Creates a new instance of VetoException without detail message.
      • VetoException

        public VetoException​(String msg)
        Constructs an instance of VetoException with the specified detail message.
        Parameters:
        msg - the detail message.