org.jboss.soa.esb.listeners.message
Class MissingServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.soa.esb.BaseException
              extended by org.jboss.soa.esb.listeners.message.MessageDeliverException
                  extended by org.jboss.soa.esb.listeners.message.MissingServiceException
All Implemented Interfaces:
java.io.Serializable

public class MissingServiceException
extends MessageDeliverException

Service has not been located in the registry.

See Also:
Serialized Form

Constructor Summary
MissingServiceException(java.lang.String message)
          Construct the exception with the specific message.
MissingServiceException(java.lang.String message, java.lang.Throwable cause)
          Construct the exception with the specific message and cause.
 
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

MissingServiceException

public MissingServiceException(java.lang.String message)
Construct the exception with the specific message.

Parameters:
message - The message associated with this exception.

MissingServiceException

public MissingServiceException(java.lang.String message,
                               java.lang.Throwable cause)
Construct the exception with the specific message and cause.

Parameters:
message - The message associated with this exception.
cause - The cause associated with this exception.