Class ServerTimeoutException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServerTimeoutException
    extends java.lang.RuntimeException
    An exception indicating that a server operation has timed out. This exception is typically thrown when a server operation exceeds the expected time limit for completion by default it is 30 sec.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerTimeoutException​(java.lang.String msg)
      Creates a new instance of ServerTimeoutException class.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ServerTimeoutException

        public ServerTimeoutException​(java.lang.String msg)
        Creates a new instance of ServerTimeoutException class.
        Parameters:
        msg - The detail message, which provides context about the timeout exception.