org.apache.qpid.transport
Class SenderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.qpid.transport.TransportException
                  extended by org.apache.qpid.transport.SenderException
All Implemented Interfaces:
Serializable

public class SenderException
extends TransportException

SenderException

See Also:
Serialized Form

Constructor Summary
SenderException(String message)
           
SenderException(String message, Throwable cause)
           
SenderException(Throwable cause)
           
 
Method Summary
 void rethrow()
           
 
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

SenderException

public SenderException(String message,
                       Throwable cause)

SenderException

public SenderException(String message)

SenderException

public SenderException(Throwable cause)
Method Detail

rethrow

public void rethrow()
Overrides:
rethrow in class TransportException


Licensed to the Apache Software Foundation