de.mid.innovator.net
Class InoNetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.mid.innovator.util.InoNlsException
              extended by de.mid.innovator.net.InoNetException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LicSrvErrorException

public class InoNetException
extends InoNlsException

A network communication exception which InoNet uses to indicate any problems during data transmission. The exception to this is NLS enabled and can be used to give detailed error information.

Author:
borschet
See Also:
Serialized Form

Constructor Summary
InoNetException(InoNlsException e)
           
InoNetException(Package pkg, String key, Object... args)
           
InoNetException(String key, Object... args)
           
InoNetException(Throwable cause, String key, Object... args)
           
 
Method Summary
 
Methods inherited from class de.mid.innovator.util.InoNlsException
getKey, getLocalizedMessage, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

InoNetException

public InoNetException(InoNlsException e)

InoNetException

public InoNetException(Package pkg,
                       String key,
                       Object... args)

InoNetException

public InoNetException(String key,
                       Object... args)

InoNetException

public InoNetException(Throwable cause,
                       String key,
                       Object... args)