com.sap.sdm.api.remote
Class RemoteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.sdm.api.remote.RemoteException
All Implemented Interfaces:
java.io.Serializable

public abstract class RemoteException
extends java.lang.Exception

Signals that the communication between client and server has failed or has been interrupted.

Version:
1.0
See Also:
Serialized Form

Constructor Summary
RemoteException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteException

public RemoteException(java.lang.String msg)