net.sf.magicproject.database
Class NetworkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.magicproject.tools.MpException
              extended by net.sf.magicproject.database.NetworkException
All Implemented Interfaces:
java.io.Serializable

public class NetworkException
extends MpException

Since:
0.90
Author:
Fabrice Daugan
See Also:
Serialized Form

Constructor Summary
NetworkException(java.lang.String i18nMessage)
          Create a new instance of this class.
 
Method Summary
 
Methods inherited from class net.sf.magicproject.tools.MpException
i18nMessage
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetworkException

public NetworkException(java.lang.String i18nMessage)
Create a new instance of this class.

Parameters:
i18nMessage - tresource bundle message key


Copyright © 2003-2007 Magic-Project. All Rights Reserved.