Class GenieInvalidStatusException

All Implemented Interfaces:
Serializable

public class GenieInvalidStatusException extends GenieRuntimeException
Exception thrown when a status supplied by a client for as their known previous status doesn't match what the system has in the database.
Since:
4.0.0
See Also:
  • Constructor Details

    • GenieInvalidStatusException

      public GenieInvalidStatusException()
      Constructor.
    • GenieInvalidStatusException

      public GenieInvalidStatusException(String message)
      Constructor.
      Parameters:
      message - The detail message
    • GenieInvalidStatusException

      public GenieInvalidStatusException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The detail message
      cause - The root cause of this exception
    • GenieInvalidStatusException

      public GenieInvalidStatusException(Throwable cause)
      Constructor.
      Parameters:
      cause - The root cause of this exception