Package com.adobe.versioncue.nativecomm
Class ServiceTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.versioncue.nativecomm.NativeCommException
com.adobe.versioncue.nativecomm.ServiceTimeoutException
- All Implemented Interfaces:
Serializable
- Since:
- Mar 7, 2006
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceTimeoutException(INCExternalizable request) Constructor for NativeCommException.ServiceTimeoutException(String message) Constructor for ServiceTimeoutException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceTimeoutException
Constructor for ServiceTimeoutException.- Parameters:
message- detail message
-
ServiceTimeoutException
Constructor for NativeCommException.- Parameters:
request- the failed request data
-