org.eclipse.higgins.idas.registry.discovery
Class DiscoveryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.idas.registry.discovery.DiscoveryException
All Implemented Interfaces:
Serializable

public class DiscoveryException
extends Exception

See Also:
Serialized Form

Constructor Summary
DiscoveryException()
           
DiscoveryException(String arg0)
           
DiscoveryException(String arg0, Throwable arg1)
           
DiscoveryException(Throwable arg0)
           
 
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

DiscoveryException

public DiscoveryException()

DiscoveryException

public DiscoveryException(String arg0,
                          Throwable arg1)

DiscoveryException

public DiscoveryException(String arg0)

DiscoveryException

public DiscoveryException(Throwable arg0)