Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.noa
Class NOAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ag.ion.noa.NOAException
All Implemented Interfaces:
java.io.Serializable

public class NOAException
extends java.lang.Exception

General exception of NOA.

See Also:
Serialized Form

Constructor Summary
NOAException()
          Constructs new NOAException.
NOAException(java.lang.String message)
          Constructs new NOAException.
NOAException(java.lang.String message, java.lang.Throwable throwable)
          Constructs new NOAException with the submitted throwable and a message.
NOAException(java.lang.Throwable throwable)
          Constructs new NOAException with the submitted throwable.
 
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

NOAException

public NOAException()
Constructs new NOAException.


NOAException

public NOAException(java.lang.String message)
Constructs new NOAException.

Parameters:
message - exception message

NOAException

public NOAException(java.lang.Throwable throwable)
Constructs new NOAException with the submitted throwable.

Parameters:
throwable - throwable to be used

NOAException

public NOAException(java.lang.String message,
                    java.lang.Throwable throwable)
Constructs new NOAException with the submitted throwable and a message.

Parameters:
message - message to be used
throwable - throwable to be used

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013