|
Servertec Jenie 1.0.1 09/04/2005 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
stec.jenie.NativeException
public final class NativeException
Used to create new Jenie native exceptions. Normally thrown by Jenie native methods.
| Constructor Summary | |
|---|---|
NativeException()
Constructs a new NativeException object. |
|
NativeException(int error_code)
Constructs a new NativeException object with the specified native error code. |
|
NativeException(int error_code,
java.lang.String message)
Constructs a new NativeException object with the specified native error code and message. |
|
NativeException(java.lang.String message)
Constructs a new NativeException object with the specified message. |
|
NativeException(java.lang.Throwable ex)
Constructs a new NativeException object for the specified Throwable object. |
|
| Method Summary | |
|---|---|
int |
getErrorCode()
Returns the native error code of the NativeException. |
java.lang.Throwable |
getRootCause()
Returns the native error code of the NativeException. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NativeException()
public NativeException(int error_code)
error_code - the native error code.
public NativeException(int error_code,
java.lang.String message)
error_code - the native error code.message - the error message.public NativeException(java.lang.String message)
error_code - the native error code.message - the error message.public NativeException(java.lang.Throwable ex)
ex - the Throwable object.| Method Detail |
|---|
public final int getErrorCode()
public final java.lang.Throwable getRootCause()
|
Servertec Jenie 1.0.1 09/04/2005 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2004-2005 Servertec. All rights reserved.