org.edg.data.reptor.info
Class InfoServiceException

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.info.InfoServiceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NotInInfoServiceException, RGMAQueryException, UnknownProtocolException

public class InfoServiceException
extends ReplicaManagerException

Exception thrown by InfoService classes.

Version:
$Id $
Author:
Erwin Laure
See Also:
Serialized Form

Constructor Summary
InfoServiceException(java.lang.Exception e)
           
InfoServiceException(java.lang.String s)
           
InfoServiceException(java.lang.String option, java.lang.String reason, java.lang.String comment)
          Constructs a InfoServiceException used by the Stub config.
 
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

InfoServiceException

public InfoServiceException(java.lang.String s)

InfoServiceException

public InfoServiceException(java.lang.Exception e)

InfoServiceException

public InfoServiceException(java.lang.String option,
                            java.lang.String reason,
                            java.lang.String comment)
Constructs a InfoServiceException used by the Stub config.

Parameters:
option - The configuration option that is affected.
reason - The cause of the error.
comment - Additional comment that may indicate a resolution of the problem