Class 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:
  • Constructor Details

    • RegistryQueryException

      public RegistryQueryException(Throwable cause)
      Constructor.
      Parameters:
      cause - underlying exception