Class NativeCommException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.versioncue.nativecomm.NativeCommException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadConfigException, BadMessageException, ServiceAbortException, ServiceCallException, ServiceTimeoutException

public class NativeCommException extends Exception
Exception used by INativeService.
See Also:
  • Constructor Details

    • NativeCommException

      public NativeCommException(String message)
      Constructor for NativeCommException.
      Parameters:
      message - detail message
    • NativeCommException

      public NativeCommException(String message, Throwable cause)
      Constructor for NativeCommException.
      Parameters:
      message - detail message
      cause - the cause