Package com.bea.wcp.profile
Class RequestTimedOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.bea.wcp.profile.ProfileException
com.bea.wcp.profile.RequestTimedOutException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionRequestTimedOutException(String message) RequestTimedOutException(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequestTimedOutException
-
RequestTimedOutException
-