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:
 java.io.Serializable
public class ServiceCallException extends NativeCommException
This class represents a NativeCommException thrown in the native dll during execution of a request.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ServiceCallException(java.lang.String call, java.lang.String reason, java.lang.String message)Constructor for ServiceException. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringcall()Failed service calljava.lang.Stringmessage()Detail Messagejava.lang.StringreasonCode()Reason code 
 -