ewe.sys
Class UseNonNativeMethodException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.sys.UseNonNativeMethodException

public class UseNonNativeMethodException
extends Exception

This is used by native methods to indicate that the non-native version should be used instead.


Constructor Summary
UseNonNativeMethodException()
           
UseNonNativeMethodException(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

UseNonNativeMethodException

public UseNonNativeMethodException()

UseNonNativeMethodException

public UseNonNativeMethodException(String message)