org.edg.data.reptor.catalog
Class CatalogCommunicationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.edg.data.util.DataException
              extended byorg.edg.data.reptor.ReplicaManagerException
                  extended byorg.edg.data.reptor.catalog.CatalogCommunicationException
All Implemented Interfaces:
java.io.Serializable

public final class CatalogCommunicationException
extends ReplicaManagerException

This is thrown for generic Exceptions caused by a problem in the network/app server/db running a catalog.

Version:
$ Id:$
Author:
James Casey
See Also:
Serialized Form

Constructor Summary
CatalogCommunicationException(java.lang.String message)
           
CatalogCommunicationException(java.lang.String message, java.lang.Throwable e)
           
CatalogCommunicationException(java.lang.Throwable e)
           
 
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

CatalogCommunicationException

public CatalogCommunicationException(java.lang.String message)

CatalogCommunicationException

public CatalogCommunicationException(java.lang.Throwable e)

CatalogCommunicationException

public CatalogCommunicationException(java.lang.String message,
                                     java.lang.Throwable e)