org.sca4j.binding.jms.common
Class SCA4JJmsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sca4j.binding.jms.common.SCA4JJmsException
All Implemented Interfaces:
java.io.Serializable

public class SCA4JJmsException
extends java.lang.RuntimeException

Runtime exception thrown with unexpected JMS errors.

Version:
$Revision: 3140 $ $Date: 2008-03-17 21:24:49 +0000 (Mon, 17 Mar 2008) $
See Also:
Serialized Form

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

SCA4JJmsException

public SCA4JJmsException(java.lang.String message,
                         java.lang.Throwable cause)
Initializes the message and the cause.

Parameters:
message - Message for the exception.
cause - Cause for the exception.

SCA4JJmsException

public SCA4JJmsException(java.lang.String message)
Initializes the message.

Parameters:
message - Message for the exception.


Copyright © 2008-2010 Service Symphony. All Rights Reserved.