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:
java.io.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(java.lang.String message, java.lang.Throwable cause)
-