ssdbms.manager.primitives
Class AlreadyDefinedSSDTableException

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

public class AlreadyDefinedSSDTableException
extends SSDBManagerException

AlreadyDefinedSSDTableException is thrown to indicate that a SSD Table tries to be created but its name previously exist.

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

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

AlreadyDefinedSSDTableException

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


AlreadyDefinedSSDTableException

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