Package com.adobe.versioncue.nativecomm
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
Exception used by INativeService.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNativeCommException
(String message) Constructor for NativeCommException.NativeCommException
(String message, Throwable cause) Constructor for NativeCommException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NativeCommException
Constructor for NativeCommException.- Parameters:
message
- detail message
-
NativeCommException
Constructor for NativeCommException.- Parameters:
message
- detail messagecause
- the cause
-