JTR 5.0 API Documentation

jtr.remote.utils
Class RmiUtilException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jtr.remote.utils.RmiUtilException
All Implemented Interfaces:
java.io.Serializable

public class RmiUtilException
extends java.lang.RuntimeException

This unchecked exception is thrown whenever an unrecoverable exception is met by the RmiUtil class.

Since:
4.0
Version:
5.0
Author:
frusso
See Also:
Serialized Form

Constructor Summary
RmiUtilException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 
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

RmiUtilException

public RmiUtilException(java.lang.String msg,
                        java.lang.Throwable cause)

The JTR Project is licensed under GPL version 2