Class ZodiacDataException

All Implemented Interfaces:
Serializable

public class ZodiacDataException extends ZodiacException
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 Details

    • ZodiacDataException

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

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