com.endeca.b2creference.exceptions
Class DataRetrievalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.b2creference.exceptions.DataRetrievalException
All Implemented Interfaces:
java.io.Serializable

public class DataRetrievalException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
DataRetrievalException()
           
DataRetrievalException(java.lang.String arg0)
           
DataRetrievalException(java.lang.String arg0, java.lang.Throwable arg1)
           
DataRetrievalException(java.lang.Throwable arg0)
           
 
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

DataRetrievalException

public DataRetrievalException()

DataRetrievalException

public DataRetrievalException(java.lang.String arg0,
                              java.lang.Throwable arg1)

DataRetrievalException

public DataRetrievalException(java.lang.String arg0)

DataRetrievalException

public DataRetrievalException(java.lang.Throwable arg0)