public class

DestinationResolutionException

extends JmsException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.jms.JmsException
             ↳ org.springframework.jms.support.destination.DestinationResolutionException

Class Overview

Thrown by a DestinationResolver when it cannot resolve a destination name.

Summary

Public Constructors
DestinationResolutionException(String msg)
Create a new DestinationResolutionException.
DestinationResolutionException(String msg, Throwable cause)
Create a new DestinationResolutionException.
[Expand]
Inherited Methods
From class org.springframework.jms.JmsException
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DestinationResolutionException (String msg)

Create a new DestinationResolutionException.

Parameters
msg the detail message

public DestinationResolutionException (String msg, Throwable cause)

Create a new DestinationResolutionException.

Parameters
msg the detail message
cause the root cause (if any)