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

Field Summary
static int CANCEL
           
static int GENERAL_ERROR
           
static int HOST_MEMORY
           
static int OK
           
static int SLOT_ID_INVALID
           
 
Constructor Summary
OoctiException(int code)
           
 
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
 

Field Detail

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
Constructor Detail

OoctiException

public OoctiException(int code)
Method Detail

getCode

public int getCode()
Return the error code of this exception