Class NativeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FilePermissionException, MissingRegistryEntryException, NativeIntegrationUnavailableException, NoSuchFileException, NotADirectoryException, ResourceClosedException

public class NativeException extends RuntimeException
Base exception for native integration.
See Also:
  • Constructor Details

    • NativeException

      public NativeException(String message, Throwable cause)
    • NativeException

      public NativeException(String message)