Package de.bsvrz.pua.prot.exceptions
Class NoncriticalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.bsvrz.sys.funclib.losb.exceptions.LoggerException
-
- de.bsvrz.pua.prot.exceptions.NoncriticalException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoncriticalException extends de.bsvrz.sys.funclib.losb.exceptions.LoggerException
Ausnahmezustand, dessen Auftreten keine Auswirkungen auf die weitere Bearbeitung des Auftrages hat.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoncriticalException(java.lang.String errorMsg, int logLevel)
Erzeugt eine Exception mit der übergebenen Meldung
-
Method Summary
-
Methods inherited from class de.bsvrz.sys.funclib.losb.exceptions.LoggerException
getLogLevel, log, log, log
-
-