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:
Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RegistryQueryException
Constructor.- Parameters:
cause
- underlying exception
-