Class RollbackException

    • Constructor Detail

      • RollbackException

        public RollbackException()
        Default constructor
      • RollbackException

        public RollbackException​(Throwable t)
        Construct a RollbackException from a throwable.
        Parameters:
        t - the throwable that caused the rollback to occur
      • RollbackException

        public RollbackException​(String s)
        Construct a RollbackException with a msg.
        Parameters:
        s - the exception msg