com.mjh.switchrmi
Class RmiRemoteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.mjh.switchrmi.RmiRemoteException
All Implemented Interfaces:
java.io.Serializable

public class RmiRemoteException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
RmiRemoteException(java.lang.Exception ex)
           
RmiRemoteException(java.lang.String string)
           
 
Method Summary
 java.lang.String getMessage()
           
 void printStackTrace(java.io.PrintStream stream)
           
 void printStackTrace(java.io.PrintWriter writer)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RmiRemoteException

public RmiRemoteException(java.lang.String string)

RmiRemoteException

public RmiRemoteException(java.lang.Exception ex)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream stream)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter writer)
Overrides:
printStackTrace in class java.lang.Throwable


Copyright © 2002-2002 Michael J. Henderson & Associates, LLC. All Rights Reserved.