Class InvalidPushException

All Implemented Interfaces:
Serializable

public final class InvalidPushException extends CentralDogmaException
A CentralDogmaException that is raised when a push is invalid.
See Also:
  • Constructor Details

    • InvalidPushException

      public InvalidPushException()
      Creates a new instance.
    • InvalidPushException

      public InvalidPushException(String message)
      Creates a new instance.
    • InvalidPushException

      public InvalidPushException(String message, Throwable cause)
      Creates a new instance.
    • InvalidPushException

      public InvalidPushException(Throwable cause)
      Creates a new instance.
    • InvalidPushException

      public InvalidPushException(String message, boolean writableStackTrace)
      Creates a new instance.
      Parameters:
      message - the detail message
      writableStackTrace - whether or not the stack trace should be writable