com.sas.services
Class TransportException

com.sas.services.TransportException
All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface, java.io.Serializable

public class TransportException
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(java.lang.String message)
          Constructs an instance using the specified message to detail the cause of the exception.
TransportException(java.lang.Throwable throwable, java.lang.String message)
          Constructs an instance using the specified message and the throwable that prompted creation of this service exception.
 

Constructor Detail

TransportException

public TransportException(java.lang.String message)
Constructs an instance using the specified message to detail the cause of the exception.

Parameters:
message - Exception message.

TransportException

public TransportException(java.lang.Throwable throwable,
                          java.lang.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 © 2009 SAS Institute Inc. All Rights Reserved.