jas.jds.interfaces
Class RemoteEventAnalyzerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.rmi.RemoteException
                          |
                          +--jas.jds.interfaces.RemoteEventAnalyzerException
All Implemented Interfaces:
java.io.Serializable

public class RemoteEventAnalyzerException
extends java.rmi.RemoteException

See Also:
Serialized Form

Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
RemoteEventAnalyzerException(java.lang.String s, java.lang.Throwable t)
           
 
Methods inherited from class java.rmi.RemoteException
getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteEventAnalyzerException

public RemoteEventAnalyzerException(java.lang.String s,
                                    java.lang.Throwable t)