Package com.adobe.versioncue.nativecomm
Class ServiceCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.versioncue.nativecomm.NativeCommException
com.adobe.versioncue.nativecomm.ServiceCallException
- All Implemented Interfaces:
Serializable
This class represents a NativeCommException thrown in the native dll during
execution of a request.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceCallException(String call, String reason, String message) Constructor for ServiceException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceCallException
Constructor for ServiceException.- Parameters:
call- NativeService callreason- reasonCodemessage- detail message
-
-
Method Details
-
call
Failed service call- Returns:
- service call
-
reasonCode
Reason code- Returns:
- reason code string constant
-
message
Detail Message- Returns:
- detail message
-