public class JCException extends Exception
This exception is thrown when a failure occurs at the JCOBridge library level — for example, an unsupported platform configuration, an invalid argument, or a structural error detected before crossing the JNI boundary.
For errors that originate on the CLR side and are propagated back through the
JNI boundary, see JCNativeException, which extends this class and carries
additional CLR exception metadata.
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString