net.sf.taverna.t2.util.beanable
Class RetrievalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
RetrievalException()
           
RetrievalException(java.lang.String message)
           
RetrievalException(java.lang.String message, java.lang.Throwable cause)
           
RetrievalException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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)