net.sf.dexterim.core
Class NoSuchProtocolException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.dexterim.core.NoSuchProtocolException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchProtocolException
extends java.lang.Exception

Protocol does not exist in Repository

Author:
Christoph Walcher
See Also:
Serialized Form

Constructor Summary
NoSuchProtocolException()
           
NoSuchProtocolException(java.lang.String message)
          Creates a new instance of NoSuchProtocolException
 
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

NoSuchProtocolException

public NoSuchProtocolException(java.lang.String message)
Creates a new instance of NoSuchProtocolException


NoSuchProtocolException

public NoSuchProtocolException()


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.