ssdbms.manager.primitives
Class NotDefinedSSDTableException

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

public class NotDefinedSSDTableException
extends SSDBManagerException

NotDefinedSSDTableException is thrown to indicate that it is trying to use a inexisting SSD Table.

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

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

NotDefinedSSDTableException

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


NotDefinedSSDTableException

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