org.edg.data.reptor.info
Class UnknownProtocolException

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
                      extended byorg.edg.data.reptor.info.UnknownProtocolException
All Implemented Interfaces:
java.io.Serializable

public class UnknownProtocolException
extends InfoServiceException

Exception thrown if an unknown protocol is given in the info services

Version:
$Id: UnknownProtocolException.java,v 1.1 2003/06/12 18:22:50 pkunszt Exp $
Author:
Peter Kunszt
See Also:
Serialized Form

Constructor Summary
UnknownProtocolException(java.lang.Exception e)
           
UnknownProtocolException(java.lang.String s)
           
 
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

UnknownProtocolException

public UnknownProtocolException(java.lang.String s)

UnknownProtocolException

public UnknownProtocolException(java.lang.Exception e)