Package name.moore.kevin.ze.exceptions
Class ZodiacException
java.lang.Object
java.lang.Throwable
java.lang.Exception
name.moore.kevin.ze.exceptions.ZodiacException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ZodiacDataException,ZodiacInjectException
Base of Zodiac specific exceptions.
- Author:
- Kevin Moore
<dev@kevin.moore.name> - See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofZodiacExceptionwithout detail message.ZodiacException(String msg)Constructs an instance ofZodiacExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ZodiacException
public ZodiacException()Creates a new instance ofZodiacExceptionwithout detail message. -
ZodiacException
Constructs an instance ofZodiacExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-