ssdbms.manager.primitives
Class NotExistingDatumException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byssdbms.manager.SSDBManagerException
              extended byssdbms.manager.primitives.NotExistingDatumException
All Implemented Interfaces:
java.io.Serializable

public class NotExistingDatumException
extends SSDBManagerException

NotExistingDatumException is thrown to indicate that it is trying to do some operation in a inexisting data.

Author:
Egar Arturo García Cárdenas
See Also:
Serialized Form

Constructor Summary
NotExistingDatumException()
          Constructs a NotExistingDatumException with no detail message.
NotExistingDatumException(java.lang.String msg)
          Constructs a NotExistingDatumException with a detailed message.
 
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
 

Constructor Detail

NotExistingDatumException

public NotExistingDatumException()
Constructs a NotExistingDatumException with no detail message.


NotExistingDatumException

public NotExistingDatumException(java.lang.String msg)
Constructs a NotExistingDatumException with a detailed message.