Class RequestTimedOutException

All Implemented Interfaces:
Serializable

public class RequestTimedOutException extends ProfileException
This exception is thrown when a Profile Service method failed to complete in the allotted time. The calling code may wish to resubmit the request.
Author:
Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
See Also:
  • Constructor Details

    • RequestTimedOutException

      public RequestTimedOutException(String message)
    • RequestTimedOutException

      public RequestTimedOutException(String message, Throwable t)