Class ZodiacInjectException

All Implemented Interfaces:
Serializable

public class ZodiacInjectException extends ZodiacException
Exception thrown when an anticipated @Inject is not fullfilled.
Author:
Kevin Moore <dev@kevin.moore.name>
See Also:
service, Serialized Form
  • Constructor Details

    • ZodiacInjectException

      public ZodiacInjectException()
      Creates a new instance of ZodiacInjectException without detail message.
    • ZodiacInjectException

      public ZodiacInjectException(String msg)
      Constructs an instance of ZodiacInjectException with the specified detail message.
      Parameters:
      msg - the detail message.