org.codehaus.activemq
Class TimeoutExpiredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.jms.JMSException
              extended byorg.codehaus.activemq.TimeoutExpiredException
All Implemented Interfaces:
Serializable

public class TimeoutExpiredException
extends JMSException

Thrown when an operation cannot be performed in the allowed time, usually a send() message

Version:
$Revision: 1.1 $
See Also:
Serialized Form

Constructor Summary
TimeoutExpiredException()
           
TimeoutExpiredException(String reason)
           
 
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
 
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

TimeoutExpiredException

public TimeoutExpiredException()

TimeoutExpiredException

public TimeoutExpiredException(String reason)


Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.