org.opensaml.ws.soap.client
Class SOAPTransportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opensaml.ws.WSException
              extended by org.opensaml.ws.soap.common.SOAPException
                  extended by org.opensaml.ws.soap.client.SOAPTransportException
All Implemented Interfaces:
java.io.Serializable

public class SOAPTransportException
extends SOAPException

Exception indicating an error in the underlying SOAPTransport.

See Also:
Serialized Form

Constructor Summary
SOAPTransportException()
          Constructor.
SOAPTransportException(java.lang.Exception wrappedException)
          Constructor.
SOAPTransportException(java.lang.String message)
          Constructor.
SOAPTransportException(java.lang.String message, java.lang.Exception wrappedException)
          Constructor.
 
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

SOAPTransportException

public SOAPTransportException()
Constructor.


SOAPTransportException

public SOAPTransportException(java.lang.String message)
Constructor.

Parameters:
message - exception message

SOAPTransportException

public SOAPTransportException(java.lang.Exception wrappedException)
Constructor.

Parameters:
wrappedException - exception to be wrapped by this one

SOAPTransportException

public SOAPTransportException(java.lang.String message,
                              java.lang.Exception wrappedException)
Constructor.

Parameters:
message - exception message
wrappedException - exception to be wrapped by this one