|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.springframework.integration.MessagingException org.springframework.integration.support.channel.ChannelResolutionException
public class ChannelResolutionException
Thrown by a ChannelResolver when it cannot resolve a channel name.
ChannelResolver
,
Serialized FormConstructor 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 |
---|
public ChannelResolutionException(java.lang.String description)
description
- the descriptionpublic ChannelResolutionException(java.lang.String description, java.lang.Throwable cause)
description
- the descriptioncause
- the root cause (if any)
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |