org.springframework.jms.support.destination
Class DestinationResolutionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended byorg.springframework.jms.JmsException
                      extended byorg.springframework.jms.support.destination.DestinationResolutionException
All Implemented Interfaces:
Serializable

public class DestinationResolutionException
extends JmsException

Thrown by DestinationResolver when it cannot resolve a destination name.

Since:
1.1
Author:
Juergen Hoeller
See Also:
DestinationResolver, Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
DestinationResolutionException(String msg)
           
DestinationResolutionException(String msg, Throwable cause)
           
 
Methods inherited from class org.springframework.jms.JmsException
getErrorCode, getMessage
 
Methods inherited from class org.springframework.core.NestedRuntimeException
getCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DestinationResolutionException

public DestinationResolutionException(String msg)

DestinationResolutionException

public DestinationResolutionException(String msg,
                                      Throwable cause)


Copyright (C) 2003-2004 The Spring Framework Project.