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:
java.io.Serializable
public class ServiceTimeoutException extends NativeCommException
- Since:
- Mar 7, 2006
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceTimeoutException(INCExternalizable request)
Constructor for NativeCommException.ServiceTimeoutException(java.lang.String message)
Constructor for ServiceTimeoutException.
-
-
-
Constructor Detail
-
ServiceTimeoutException
public ServiceTimeoutException(java.lang.String message)
Constructor for ServiceTimeoutException.- Parameters:
message
- detail message
-
ServiceTimeoutException
public ServiceTimeoutException(INCExternalizable request)
Constructor for NativeCommException.- Parameters:
request
- the failed request data
-
-