Class STransactionException

    • Constructor Detail

      • STransactionException

        public STransactionException​(java.lang.String message,
                                     java.util.List<java.lang.Throwable> commitExceptions)
      • STransactionException

        public STransactionException​(java.lang.String message,
                                     java.lang.Throwable throwable)
      • STransactionException

        public STransactionException​(java.lang.Throwable throwable)
      • STransactionException

        public STransactionException​(java.lang.String message)
    • Method Detail

      • getCommitExceptions

        public java.util.List<java.lang.Throwable> getCommitExceptions()
      • printStackTrace

        public void printStackTrace()
        Overrides:
        printStackTrace in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace​(java.io.PrintStream s)
        Overrides:
        printStackTrace in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace​(java.io.PrintWriter s)
        Overrides:
        printStackTrace in class java.lang.Throwable
      • getCause

        public java.lang.Throwable getCause()
        Overrides:
        getCause in class java.lang.Throwable