dk.i1.diameter.node
Class ConnectionTimeoutException

Object
  extended by Throwable
      extended by Exception
          extended by java.util.concurrent.TimeoutException
              extended by dk.i1.diameter.node.ConnectionTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionTimeoutException
extends java.util.concurrent.TimeoutException

ConnectionTimeout exception. This exception is thrown when Node.waitForConnectionTimeout(long) or NodeManager.waitForConnectionTimeout(long) times out.

See Also:
Serialized Form

Constructor Summary
ConnectionTimeoutException(String message)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionTimeoutException

public ConnectionTimeoutException(String message)