| 
 | ||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.uddi4j.transport.TransportException
Represents a communications error originating within the SOAP transport. The native exception thrown by the SOAP transport is encapsulated within this exception.
| Constructor Summary | |
|---|---|
| TransportException()Constructs an TransportExceptionwith no specified detail message. | |
| TransportException(java.lang.Exception e)Constructs a TransportExceptionwrappering the native transport
 exception. | |
| TransportException(java.lang.String s)Constructs a TransportExceptionwith the specified detail message. | |
| Method Summary | |
|---|---|
|  java.lang.Exception | getException()Returns the native transport exception wrappered by this class. | 
|  void | printStackTrace()Prints this Throwableand its backtrace to the
 specified print stream as well as the wrappered exception. | 
|  void | printStackTrace(java.io.PrintStream s)Prints this Throwableand its backtrace to the
 specified print stream as well as the wrappered exception. | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public TransportException()
TransportException with no specified detail message.
public TransportException(java.lang.String s)
TransportException with the specified detail message.
s - the detail message.public TransportException(java.lang.Exception e)
TransportException wrappering the native transport
 exception.
e - Native exception to be wrappered| Method Detail | 
public java.lang.Exception getException()
public void printStackTrace()
Throwable and its backtrace to the
 specified print stream as well as the wrappered exception.
public void printStackTrace(java.io.PrintStream s)
Throwable and its backtrace to the
 specified print stream as well as the wrappered exception.
s - PrintStream to use for output| 
 | ||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||