Class ConnectivityRegainedException

  • All Implemented Interfaces:
    Serializable

    public class ConnectivityRegainedException
    extends IOException
    This exception is thrown as a marker when the player lost connectivity, was waiting to re-gain it, and then got it back. In these cases, we need to throw an IOException to indicate that a connection needs to be re-established.
    Since:
    3.1.2
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectivityRegainedException

        public ConnectivityRegainedException()