org.springframework.jms
Class UncategorizedJmsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.jms.JmsException
org.springframework.jms.UncategorizedJmsException
- All Implemented Interfaces:
- Serializable
public class UncategorizedJmsException
- extends JmsException
JmsException to be thrown when no other matching subclass found.
- Since:
- 1.1
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
UncategorizedJmsException
public UncategorizedJmsException(String msg)
UncategorizedJmsException
public UncategorizedJmsException(String msg,
Throwable cause)
UncategorizedJmsException
public UncategorizedJmsException(Throwable cause)
Copyright © 2002-2006 The Spring Framework.