Package name.moore.kevin.ze.exceptions
Class ZodiacDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
name.moore.kevin.ze.exceptions.ZodiacException
name.moore.kevin.ze.exceptions.ZodiacDataException
- All Implemented Interfaces:
Serializable
Exception thrown when an anticipated structure in the entity repository isn't
followed - usually because the incoming data isnt referentially complete.
- Author:
- Kevin Moore
<dev@kevin.moore.name> - See Also:
service, Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofZodiacDataExceptionwithout detail message.ZodiacDataException(String msg)Constructs an instance ofZodiacDataExceptionwith 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
-
ZodiacDataException
public ZodiacDataException()Creates a new instance ofZodiacDataExceptionwithout detail message. -
ZodiacDataException
Constructs an instance ofZodiacDataExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-