net.xoetrope.optional.service
Class ServiceProxyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.xoetrope.optional.service.ServiceProxyException
All Implemented Interfaces:
java.io.Serializable

public class ServiceProxyException
extends java.lang.Exception

Title: ServiceProxyException

Description: Exception thrown when there is a problem with a ServiceProxy being used in a route

Copyright (c) Xoetrope Ltd., 2001-2006, see license.txt for details

See Also:
Serialized Form

Constructor Summary
ServiceProxyException(java.lang.String message)
          Constructor with the message parameter
 
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

ServiceProxyException

public ServiceProxyException(java.lang.String message)
Constructor with the message parameter

Parameters:
message - The message for the exception