qdbm
Class DepotException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by qdbm.DBMException
              extended by qdbm.DepotException
All Implemented Interfaces:
java.io.Serializable

public class DepotException
extends DBMException

Exception container of Depot.

See Also:
Serialized Form

Field Summary
 int ecode
          error code
 
Constructor Summary
DepotException()
          Set the error code with `Depot.EMISC'.
DepotException(int ecode)
          Set the error code.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ecode

public final int ecode
error code

Constructor Detail

DepotException

public DepotException()
Set the error code with `Depot.EMISC'.


DepotException

public DepotException(int ecode)
Set the error code.

Parameters:
ecode - an error code.