org.jboss.soa.esb.couriers
Class CourierTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.soa.esb.BaseException
              extended by org.jboss.soa.esb.couriers.CourierTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class CourierTimeoutException
extends BaseException

Timeout exception.

Author:
kstam@redhat.com
See Also:
Serialized Form

Constructor Summary
CourierTimeoutException(java.lang.String message)
          Construct an exception instance.
CourierTimeoutException(java.lang.String message, java.lang.Throwable cause)
          Construct an exception instance.
CourierTimeoutException(java.lang.Throwable cause)
          Construct an exception instance.
 
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

CourierTimeoutException

public CourierTimeoutException(java.lang.String message)
Construct an exception instance.

Parameters:
message - Exception message.

CourierTimeoutException

public CourierTimeoutException(java.lang.String message,
                               java.lang.Throwable cause)
Construct an exception instance.

Parameters:
message - Exception message.
cause - Exception cause.

CourierTimeoutException

public CourierTimeoutException(java.lang.Throwable cause)
Construct an exception instance.

Parameters:
cause - Exception cause.