Class GameSDKException

All Implemented Interfaces:
Serializable

public class GameSDKException extends RuntimeException
Exception which is thrown when a Result that is not Result.OK occurs.
See Also:
  • Constructor Details

    • GameSDKException

      public GameSDKException(Result result)
  • Method Details