uk.ac.starlink.registry
Class RegistryQueryException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               uk.ac.starlink.registry.RegistryQueryException
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
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
RegistryQueryException
public RegistryQueryException(Throwable cause)
- Constructor.
 
- Parameters:
- cause- underlying exception
 
Copyright © 2013 Central Laboratory of the Research Councils. All Rights Reserved.