uk.ac.starlink.registry
Class RegistryQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by uk.ac.starlink.registry.RegistryQueryException
All Implemented Interfaces:
Serializable

public class RegistryQueryException
extends RuntimeException

Unchecked exception used to contain a checked Exception. This is needed because it may have to be thrown from an Iterator.

Since:
18 Dec 2008
Author:
Mark Taylor
See Also:
AbstractRegistryClient.getResourceIterator(uk.ac.starlink.registry.SoapRequest), Serialized Form

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

Constructor Detail

RegistryQueryException

public RegistryQueryException(Throwable cause)
Constructor.

Parameters:
cause - underlying exception


Copyright © 2013 Central Laboratory of the Research Councils. All Rights Reserved.