org.bss.esb.transport
Class EndPointNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.bss.esb.transport.EndPointNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class EndPointNotFoundException
extends java.lang.Exception

This exception is thrown when a TransportHandler is not found in the TransportHandlerCache for a given route.

Version:
1.0
Author:
Balwinder Sodhi
See Also:
Exception, Serialized Form

Constructor Summary
EndPointNotFoundException(java.lang.String s)
           
EndPointNotFoundException(java.lang.String s, java.lang.Throwable throwable)
           
EndPointNotFoundException(java.lang.Throwable throwable)
           
 
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

EndPointNotFoundException

public EndPointNotFoundException(java.lang.String s)

EndPointNotFoundException

public EndPointNotFoundException(java.lang.Throwable throwable)

EndPointNotFoundException

public EndPointNotFoundException(java.lang.String s,
                                 java.lang.Throwable throwable)


Copyright © 2005 Balwinder Sodhi. All Rights Reserved.