net.ivoa.registry
Class RegistryCommException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.ivoa.registry.RegistryAccessException
              extended by net.ivoa.registry.RegistryCommException
All Implemented Interfaces:
java.io.Serializable

public class RegistryCommException
extends RegistryAccessException

an exception indicating an unexpected protocol error was detected while querying a registry.

See Also:
Serialized Form

Constructor Summary
RegistryCommException()
           
RegistryCommException(java.lang.Exception ex)
           
RegistryCommException(java.lang.String msg)
           
 
Method Summary
 java.lang.Exception getTargetException()
           
 
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

RegistryCommException

public RegistryCommException()

RegistryCommException

public RegistryCommException(java.lang.String msg)

RegistryCommException

public RegistryCommException(java.lang.Exception ex)
Method Detail

getTargetException

public java.lang.Exception getTargetException()