com.sas.services
Class TransportException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sas.util.ChainedException
|
+--com.sas.services.ServiceException
|
+--com.sas.services.TransportException
- All Implemented Interfaces:
- public class TransportException
- extends ServiceException
- implements java.io.Serializable
Thrown when the underlying system used by this service throws an exception.
A TransportException object typically wraps the underlying exception which is
caught by service code.
- Since:
- 1.1
- See Also:
- Serialized Form
|
Constructor Summary |
TransportException(String message)
Constructs an instance using the specified message to detail the
cause of the exception. |
TransportException(Throwable throwable,
String message)
Constructs an instance using the specified message and the throwable
that prompted creation of this service exception. |
TransportException
public TransportException(String message)
- Constructs an instance using the specified message to detail the
cause of the exception.
- Parameters:
message - Exception message.
TransportException
public TransportException(Throwable throwable,
String message)
- Constructs an instance using the specified message and the throwable
that prompted creation of this service exception.
- Parameters:
throwable - Throwable that prompted the exception.message - Exception message.
Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:52