org.mule.umo.endpoint
Class NoEndpointException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.mule.umo.UMOException
              extended byorg.mule.umo.endpoint.EndpointException
                  extended byorg.mule.umo.endpoint.NoEndpointException
All Implemented Interfaces:
java.io.Serializable

public class NoEndpointException
extends EndpointException

NoEndpointException is thrown when an event is dispatched, but there is no enpoint for it. Within Mule this rarely occurs, but external applications triggering events into Mule may no behave as well :)

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason
See Also:
Serialized Form

Constructor Summary
NoEndpointException(java.lang.String message)
           
NoEndpointException(java.lang.String message, java.lang.Throwable cause)
           
 
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

NoEndpointException

public NoEndpointException(java.lang.String message)

NoEndpointException

public NoEndpointException(java.lang.String message,
                           java.lang.Throwable cause)


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.