Package com.adobe.versioncue.nativecomm
Class ServiceAbortException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.versioncue.nativecomm.NativeCommException
-
- com.adobe.versioncue.nativecomm.ServiceAbortException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceAbortException extends NativeCommException
- Since:
- CS5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceAbortException(IRequest request)
Constructor for NativeCommException.ServiceAbortException(java.lang.String message)
Constructor for ServiceTimeoutException.
-
-
-
Constructor Detail
-
ServiceAbortException
public ServiceAbortException(java.lang.String message)
Constructor for ServiceTimeoutException.- Parameters:
message
- detail message
-
ServiceAbortException
public ServiceAbortException(IRequest request)
Constructor for NativeCommException.- Parameters:
request
- the failed request data
-
-