org.mc4j.ems.connection
Class LoadException

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.LoadException
All Implemented Interfaces:
java.io.Serializable

public class LoadException
extends EmsException

Version:
$Revision: 1.2 $($Author: ghinkl $ / $Date: 2006/04/12 19:11:33 $)
Author:
Greg Hinkle (ghinkle@users.sourceforge.net), Apr 12, 2005
See Also:
Serialized Form

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

LoadException

public LoadException(java.lang.String message)

LoadException

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