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

public class ZodiacException extends Exception
Base of Zodiac specific exceptions.
Author:
Kevin Moore <dev@kevin.moore.name>
See Also:
Serialized Form
  • Constructor Details

    • ZodiacException

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

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