org.cybertory.MSS
Class ExternalDataException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.cybertory.MSS.ExternalDataException
All Implemented Interfaces:
java.io.Serializable

public class ExternalDataException
extends java.lang.Exception

An exception for any error related to fetching external data.

See Also:
Serialized Form

Constructor Summary
ExternalDataException(java.lang.String msg)
           
ExternalDataException(java.lang.String msg, java.lang.Throwable cause)
           
ExternalDataException(java.lang.Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalDataException

public ExternalDataException(java.lang.String msg,
                             java.lang.Throwable cause)

ExternalDataException

public ExternalDataException(java.lang.String msg)

ExternalDataException

public ExternalDataException(java.lang.Throwable cause)