net.sf.taverna.t2.util.beanable
Class RetrievalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.taverna.t2.util.beanable.RetrievalException
- All Implemented Interfaces:
- java.io.Serializable
public class RetrievalException
- extends java.lang.RuntimeException
Thrown when an object can't be retrieved from the underlying store,
for instance because of access failure.
- Author:
- Ian Dunlop, Stian Soiland
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RetrievalException
public RetrievalException()
RetrievalException
public RetrievalException(java.lang.String message)
RetrievalException
public RetrievalException(java.lang.String message,
java.lang.Throwable cause)
RetrievalException
public RetrievalException(java.lang.Throwable cause)