Class ExecException

    • Constructor Detail

      • ExecException

        public ExecException()
        Creates new ExecException without detail message.
      • ExecException

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