Class NoSuchNativeMethodException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchNativeMethodException
    extends Exception
    Thrown, if a method is not available on this specific platform.
    Author:
    aploese
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchNativeMethodException

        public NoSuchNativeMethodException()
      • NoSuchNativeMethodException

        public NoSuchNativeMethodException​(String methodName)