Class GenieInvalidStatusException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GenieInvalidStatusException

        public GenieInvalidStatusException()
        Constructor.
      • GenieInvalidStatusException

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

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

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