Class OoctiException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--OoctiException
- All Implemented Interfaces:
- java.io.Serializable
- public class OoctiException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
Method Summary |
int |
getCode()
Return the error code of this exception |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OK
public static final int OK
CANCEL
public static final int CANCEL
HOST_MEMORY
public static final int HOST_MEMORY
SLOT_ID_INVALID
public static final int SLOT_ID_INVALID
GENERAL_ERROR
public static final int GENERAL_ERROR
OoctiException
public OoctiException(int code)
getCode
public int getCode()
- Return the error code of this exception