Package name.moore.kevin.ze.exceptions
Class ZodiacInjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
name.moore.kevin.ze.exceptions.ZodiacException
name.moore.kevin.ze.exceptions.ZodiacInjectException
- All Implemented Interfaces:
Serializable
Exception thrown when an anticipated @Inject is not fullfilled.
- Author:
- Kevin Moore
<dev@kevin.moore.name> - See Also:
service, Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofZodiacInjectExceptionwithout detail message.ZodiacInjectException(String msg)Constructs an instance ofZodiacInjectExceptionwith 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
-
ZodiacInjectException
public ZodiacInjectException()Creates a new instance ofZodiacInjectExceptionwithout detail message. -
ZodiacInjectException
Constructs an instance ofZodiacInjectExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-