Package com.adobe.versioncue.nativecomm
Class NativeCommException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.versioncue.nativecomm.NativeCommException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BadConfigException,BadMessageException,ServiceAbortException,ServiceCallException,ServiceTimeoutException
public class NativeCommException extends java.lang.ExceptionException used by INativeService.- See Also:
INativeService, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NativeCommException(java.lang.String message)Constructor for NativeCommException.NativeCommException(java.lang.String message, java.lang.Throwable cause)Constructor for NativeCommException.
-
-
-
Constructor Detail
-
NativeCommException
public NativeCommException(java.lang.String message)
Constructor for NativeCommException.- Parameters:
message- detail message
-
NativeCommException
public NativeCommException(java.lang.String message, java.lang.Throwable cause)Constructor for NativeCommException.- Parameters:
message- detail messagecause- the cause
-
-