org.springframework.ws.transport
Class TransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.springframework.ws.transport.TransportException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- HttpTransportException, JmsTransportException, MailTransportException
public abstract class TransportException
- extends IOException
Abstract base class for exceptions related to the transport layer.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TransportException
protected TransportException(String msg)
TransportException
protected TransportException(String msg,
Throwable cause)
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.