ice.net.pac
Class ConnectionRouteNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byice.net.pac.ConnectionRouteNotFoundException
All Implemented Interfaces:
Serializable

public class ConnectionRouteNotFoundException
extends Exception

Signals that an attempt to find a connection failed.

Since:
1.5
Version:
1.5
Author:
Jack van Ooststroom
See Also:
Serialized Form

Constructor Summary
ConnectionRouteNotFoundException()
          Constructs an ConnectionRouteNotFoundException with null as its error detail message.
ConnectionRouteNotFoundException(String message)
          Constructs an ConnectionRouteNotFoundException with the specified message as its error detail message.
 
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

ConnectionRouteNotFoundException

public ConnectionRouteNotFoundException()

Constructs an ConnectionRouteNotFoundException with null as its error detail message.


ConnectionRouteNotFoundException

public ConnectionRouteNotFoundException(String message)

Constructs an ConnectionRouteNotFoundException with the specified message as its error detail message.

Parameters:
message - the detail message.