soaprmi
Class RemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
soaprmi.RemoteException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AccessException, ConnectException, ConnectIOException, IncompatibleVersionException, MarshallException, NoSuchObjectException, ServerError, ServerException, StubNotFoundException, UnknownException, UnknownHostException, UnmarshallException
- public class RemoteException
- extends java.lang.Exception
Base class for SoapRMI exceptions that are remote.
- Version:
- $Revision: 1.6 $
- Author:
- Aleksander Slominski
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RemoteException
public RemoteException()
RemoteException
public RemoteException(java.lang.String s)
RemoteException
public RemoteException(java.lang.String s,
org.gjt.xpp.XmlNode wsdlFault)
RemoteException
public RemoteException(java.lang.String s,
java.lang.Throwable ex)
RemoteException
public RemoteException(java.lang.String s,
org.gjt.xpp.XmlNode wsdlFault,
java.lang.Throwable ex)
getMessage
public java.lang.String getMessage()
getNested
public java.lang.Throwable getNested()
getWsdlFault
public org.gjt.xpp.XmlNode getWsdlFault()
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
Copyright (c) 2004 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.