com.ibm.sysmgt.sdk.remote
Class ServerCommunicationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.sysmgt.sdk.remote.DirectorException
              extended bycom.ibm.sysmgt.sdk.remote.ServerCommunicationException
All Implemented Interfaces:
java.io.Serializable

public class ServerCommunicationException
extends DirectorException

See Also:
Serialized Form

Constructor Summary
ServerCommunicationException(long returnCode)
           
ServerCommunicationException(java.lang.String msg)
           
ServerCommunicationException(java.lang.String msg, java.lang.Throwable e)
           
ServerCommunicationException(java.lang.Throwable e)
           
 
Method Summary
 java.lang.Throwable getOriginalException()
          getOriginalException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

ServerCommunicationException

public ServerCommunicationException(long returnCode)

ServerCommunicationException

public ServerCommunicationException(java.lang.String msg)

ServerCommunicationException

public ServerCommunicationException(java.lang.Throwable e)

ServerCommunicationException

public ServerCommunicationException(java.lang.String msg,
                                    java.lang.Throwable e)
Method Detail

getOriginalException

public java.lang.Throwable getOriginalException()
getOriginalException

Returns: