Class RequestTimedOutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.codingchili.core.context.CoreException
com.codingchili.core.protocol.exception.RequestTimedOutException
All Implemented Interfaces:
CoreExceptionFormat, Serializable

public class RequestTimedOutException extends CoreException
Throw when a remote has failed to reply within the specified time.
See Also:
Serialized Form
  • Constructor Details

    • RequestTimedOutException

      public RequestTimedOutException(Request request)