Class GameStateUpdateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.underoaks.coldcase.state.updates.GameStateUpdateException
All Implemented Interfaces:
Serializable

public class GameStateUpdateException extends Exception
Exception thrown when a GameStateUpdate fails.
See Also:
  • Constructor Details

    • GameStateUpdateException

      public GameStateUpdateException(String message)
      Constructs a new GameStateUpdateException with the specified detail message.
      Parameters:
      message - The detail message.
    • GameStateUpdateException

      public GameStateUpdateException(String message, Throwable cause)
      Constructs a new GameStateUpdateException with the specified detail message and cause.
      Parameters:
      message - The detail message.
      cause - The cause of the exception.