konark.manager
Class remoteConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended bykonark.manager.remoteConfigException
All Implemented Interfaces:
java.io.Serializable

public class remoteConfigException
extends java.rmi.RemoteException
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
remoteConfigException()
           
remoteConfigException(java.lang.String str)
           
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

remoteConfigException

public remoteConfigException(java.lang.String str)

remoteConfigException

public remoteConfigException()