mandala.jacob.remote
Class TransportException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bymandala.jacob.remote.TransportException
All Implemented Interfaces:
java.io.Serializable

public class TransportException
extends java.lang.Exception

Exception thrown by protocols implementors when an exception occurs during the transport of method invocation.

Version:
$Revision: 1.1 $
Author:
eipi
See Also:
Serialized Form

Constructor Summary
TransportException(java.lang.String message)
           
TransportException(java.lang.String message, java.lang.Throwable cause)
           
TransportException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransportException

public TransportException(java.lang.String message)

TransportException

public TransportException(java.lang.String message,
                          java.lang.Throwable cause)

TransportException

public TransportException(java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()


Mandala help mailing list