Class MstAppException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.desy.mst.libs.framework.mstapp.util.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
-
-
Constructor Summary
Constructors Constructor Description MstAppException()
MstAppException(java.lang.String message)
MstAppException(java.lang.String message, java.lang.Throwable cause)
MstAppException(java.lang.Throwable cause)
-