Package uk.ac.starlink.registry
Class RegistryQueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.ac.starlink.registry.RegistryQueryException
-
- All Implemented Interfaces:
java.io.Serializable
public class RegistryQueryException extends java.lang.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
Constructors Constructor Description RegistryQueryException(java.lang.Throwable cause)
Constructor.
-