Class OpExecutionException

    • Constructor Detail

      • OpExecutionException

        public OpExecutionException​(String s)
        Constructs an OpExecutionException with the specified reason for failure.
        Parameters:
        s - the reason for the failure
      • OpExecutionException

        public OpExecutionException​(Throwable cause)
        Constructs an OpExecutionException with the specified cause.
        Parameters:
        cause - the cause of the failure
      • OpExecutionException

        public OpExecutionException​(String message,
                                    Throwable cause)
        Constructs an OpExecutionException with the specified reason for failure and cause.
        Parameters:
        message - the reason for the failure
        cause - the cause of the failure