Class TransactionNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class TransactionNotFoundException
    extends GeneralException
    Thrown when an attempt to retrieve a supposedly pending transaction fails.

    Created by Jeff Gaynor
    on Nov 16, 2010 at 3:50:58 PM

    See Also:
    Serialized Form
    • Constructor Detail

      • TransactionNotFoundException

        public TransactionNotFoundException()
      • TransactionNotFoundException

        public TransactionNotFoundException​(Throwable cause)
      • TransactionNotFoundException

        public TransactionNotFoundException​(String message)
      • TransactionNotFoundException

        public TransactionNotFoundException​(String message,
                                            Throwable cause)