Class TimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.espirit.firstspirit.common.TimeoutException
All Implemented Interfaces:
Serializable

public class TimeoutException extends IOException
This exception is thrown if a timeout limit is reached.
(e.g. AdminService.serverBackupPrepare(long,long)
Since:
4.2.34
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException()