com.echomine.net
Class ConnectionVetoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.echomine.net.ConnectionVetoException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionVetoException
extends java.lang.Exception

the exception exists to indicate that a connection is vetoed (or rejected)

See Also:
Serialized Form

Constructor Summary
ConnectionVetoException()
           
ConnectionVetoException(java.lang.String s)
           
 
Method Summary
 
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

ConnectionVetoException

public ConnectionVetoException()

ConnectionVetoException

public ConnectionVetoException(java.lang.String s)


Copyright © 2001-2005 Echomine. All Rights Reserved.