Class GameServiceException

All Implemented Interfaces:
Serializable

public class GameServiceException extends RuntimeException
Represents an exception that can occur when using the game service.
See Also:
  • Constructor Details

    • GameServiceException

      public GameServiceException(String message)
      Constructs a new GameServiceException with the specified error message.
      Parameters:
      message - the error message describing the exception
    • GameServiceException

      public GameServiceException(String message, Throwable cause)
      Constructs a new GameServiceException with the specified error message and cause.
      Parameters:
      message - the error message describing the exception
      cause - the underlying cause of the exception