Class RollbackException

    • Constructor Detail

      • RollbackException

        public RollbackException()
        Constructs a new RollbackException exception with null as its detail message.
      • RollbackException

        public RollbackException​(String message)
        Constructs a new RollbackException exception with the specified detail message.
        Parameters:
        message - the detail message.
      • RollbackException

        public RollbackException​(String message,
                                 Throwable cause)
        Constructs a new RollbackException exception with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause.
      • RollbackException

        public RollbackException​(Throwable cause)
        Constructs a new RollbackException exception with the specified cause.
        Parameters:
        cause - the cause.