Class MstAppException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MstAppException
    extends java.lang.Exception
    Just a wrapper for mstApp Specific Exceptions. (Kategorie out of the throws Hierarchy).
    Version:
    1.0.0
    Author:
    ws
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • MstAppException

        public MstAppException()
      • MstAppException

        public MstAppException​(java.lang.String message,
                               java.lang.Throwable cause)
      • MstAppException

        public MstAppException​(java.lang.String message)
      • MstAppException

        public MstAppException​(java.lang.Throwable cause)