Package com.mscharhag.et.test.exceptions
Class BarException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.mscharhag.et.test.exceptions.BarException
-
- All Implemented Interfaces:
java.io.Serializable
public class BarException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BarException(java.lang.String message)BarException(java.lang.String message, java.lang.Throwable cause)
-