当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
UncategorizedJmsException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
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)
- Constructor that takes a message.
- Parameters:
msg
- the detail message
UncategorizedJmsException
public UncategorizedJmsException(String msg,
Throwable cause)
- Constructor that takes a message and a root cause.
- Parameters:
msg
- the detail messagecause
- the cause of the exception. This argument is generally
expected to be a proper subclass of JMSException
,
but can also be a JNDI NamingException or the like.
UncategorizedJmsException
public UncategorizedJmsException(Throwable cause)
- Constructor that takes a root cause only.
- Parameters:
cause
- the cause of the exception. This argument is generally
expected to be a proper subclass of JMSException
,
but can also be a JNDI NamingException or the like.
Copyright © 2002-2007 The Spring Framework.