Class JarUtils.NativeMethodFound

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JarUtils

    static class JarUtils.NativeMethodFound
    extends java.lang.RuntimeException
    • Constructor Summary

      Constructors 
      Constructor Description
      NativeMethodFound​(java.lang.String className, java.lang.String methodName, java.lang.String methodSignature)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • className

        final java.lang.String className
      • methodName

        final java.lang.String methodName
      • methodSignature

        final java.lang.String methodSignature
    • Constructor Detail

      • NativeMethodFound

        NativeMethodFound​(java.lang.String className,
                          java.lang.String methodName,
                          java.lang.String methodSignature)