org.mc4j.ems.connection
Class EmsInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mc4j.ems.connection.EmsException
                  extended by org.mc4j.ems.connection.EmsInvocationException
All Implemented Interfaces:
java.io.Serializable

public class EmsInvocationException
extends EmsException

Version:
$Revision: 570 $($Author: ghinkl $ / $Date: 2006-04-12 15:14:16 -0400 (Wed, 12 Apr 2006) $)
Author:
Greg Hinkle (ghinkle@users.sourceforge.net), Nov 11, 2005
See Also:
Serialized Form

Constructor Summary
EmsInvocationException(java.lang.String message)
           
EmsInvocationException(java.lang.String message, 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

EmsInvocationException

public EmsInvocationException(java.lang.String message)

EmsInvocationException

public EmsInvocationException(java.lang.String message,
                              java.lang.Throwable cause)