|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.TransportException
public class TransportException
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.
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 |
---|
public TransportException(java.lang.String message)
message
- Exception message.public TransportException(java.lang.Throwable throwable, java.lang.String message)
throwable
- Throwable that prompted the exception.message
- Exception message.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |