org.springframework.integration.support.channel
Class ChannelResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.integration.MessagingException
                  extended by org.springframework.integration.support.channel.ChannelResolutionException
All Implemented Interfaces:
java.io.Serializable

public class ChannelResolutionException
extends MessagingException

Thrown by a ChannelResolver when it cannot resolve a channel name.

See Also:
ChannelResolver, Serialized Form

Constructor Summary
ChannelResolutionException(java.lang.String description)
          Create a new ChannelResolutionException.
ChannelResolutionException(java.lang.String description, java.lang.Throwable cause)
          Create a new ChannelResolutionException.
 
Method Summary
 
Methods inherited from class org.springframework.integration.MessagingException
getFailedMessage, setFailedMessage
 
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

ChannelResolutionException

public ChannelResolutionException(java.lang.String description)
Create a new ChannelResolutionException.

Parameters:
description - the description

ChannelResolutionException

public ChannelResolutionException(java.lang.String description,
                                  java.lang.Throwable cause)
Create a new ChannelResolutionException.

Parameters:
description - the description
cause - the root cause (if any)