de.mid.innovator.srv
Class SrvErrorException

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.srv.SrvErrorException
All Implemented Interfaces:
Serializable

public class SrvErrorException
extends InoNlsException

Author:
borschet
See Also:
Serialized Form

Constructor Summary
SrvErrorException(String inosrvMsg)
           
SrvErrorException(String shortKey, Object... args)
           
SrvErrorException(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

SrvErrorException

public SrvErrorException(String inosrvMsg)

SrvErrorException

public SrvErrorException(String shortKey,
                         Object... args)

SrvErrorException

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