|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sca4j.binding.jms.common.SCA4JJmsException
public class SCA4JJmsException
Runtime exception thrown with unexpected JMS errors.
| Constructor Summary | |
|---|---|
SCA4JJmsException(java.lang.String message)
Initializes the message. |
|
SCA4JJmsException(java.lang.String message,
java.lang.Throwable cause)
Initializes the message and the cause. |
|
| Method Summary |
|---|
| 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 SCA4JJmsException(java.lang.String message,
java.lang.Throwable cause)
message - Message for the exception.cause - Cause for the exception.public SCA4JJmsException(java.lang.String message)
message - Message for the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||