Package net.rubygrapefruit.platform
Class NativeIntegrationLinkageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.rubygrapefruit.platform.NativeException
-
- net.rubygrapefruit.platform.NativeIntegrationUnavailableException
-
- net.rubygrapefruit.platform.NativeIntegrationLinkageException
-
- All Implemented Interfaces:
Serializable
public class NativeIntegrationLinkageException extends NativeIntegrationUnavailableException
Thrown when a native integration is not available due to a native linkage error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NativeIntegrationLinkageException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-