Class TransactionPostProcessException

All Implemented Interfaces:
Serializable

public class TransactionPostProcessException extends FormattedException
See Also:
  • Constructor Details

    • TransactionPostProcessException

      public TransactionPostProcessException()
    • TransactionPostProcessException

      public TransactionPostProcessException(String message, Object... args)
    • TransactionPostProcessException

      public TransactionPostProcessException(Throwable throwable, String message, Object... args)
    • TransactionPostProcessException

      public TransactionPostProcessException(Throwable throwable)
  • Method Details

    • getFirstCause

      public Throwable getFirstCause()
    • addSubsequentCause

      public void addSubsequentCause(Throwable throwable)
    • getSubsequentCauses

      public Throwable[] getSubsequentCauses()