org.biojava.services.das.registry
Class RegistryException

java.lang.Object
  extended byBioException
      extended byorg.biojava.services.das.registry.RegistryException

public class RegistryException
extends BioException

An exception related to the DasRegistry

Author:
Andreas Prlic
See Also:
Serialized Form

Constructor Summary
RegistryException(java.lang.String s)
          Constructs a RegistryException object.
RegistryException(java.lang.Throwable t)
          Constructs a RegistryException object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryException

public RegistryException(java.lang.String s)
Constructs a RegistryException object.

Parameters:
s - a String ...

RegistryException

public RegistryException(java.lang.Throwable t)
Constructs a RegistryException object.

Parameters:
t - a Throwable object