Class TransactionNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- edu.uiuc.ncsa.security.core.exceptions.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 Summary
Constructors Constructor Description TransactionNotFoundException()
TransactionNotFoundException(String message)
TransactionNotFoundException(String message, Throwable cause)
TransactionNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-