Package net.rubygrapefruit.platform
Class NativeIntegrationUnavailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.rubygrapefruit.platform.NativeException
-
- net.rubygrapefruit.platform.NativeIntegrationUnavailableException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NativeIntegrationLinkageException
public class NativeIntegrationUnavailableException extends NativeException
Thrown when a given integration is not available for the current machine.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NativeIntegrationUnavailableException(java.lang.String message)
NativeIntegrationUnavailableException(java.lang.String message, java.lang.Throwable cause)
-