Package net.sf.jnati
Class NativeCodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sf.jnati.NativeCodeException
-
- All Implemented Interfaces:
java.io.Serializable
public class NativeCodeException extends java.lang.Exception
- Author:
- Sam Adams
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NativeCodeException(java.lang.String message)
NativeCodeException(java.lang.String message, java.lang.Throwable cause)
NativeCodeException(java.lang.Throwable cause)
-