Class UpdateTileContentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.underoaks.coldcase.state.tileContent.UpdateTileContentException
All Implemented Interfaces:
Serializable

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

    • UpdateTileContentException

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

      public UpdateTileContentException(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.