Class OperationAbortedException

    • Constructor Detail

      • OperationAbortedException

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

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

        public OperationAbortedException​(String msg,
                                         Throwable cause)
        Constructs an instance of OperationAbortedException with the specified detail message and cause.
        Parameters:
        msg - the detail message
        cause - the causal Throwable
      • OperationAbortedException

        public OperationAbortedException​(Throwable cause)
        Constructs an instance of OperationAbortedException with the specified cause.
        Parameters:
        cause - the causal Throwable