|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ssdbms.manager.SSDBManagerException
ssdbms.manager.primitives.AlreadyDefinedSSDTableException
AlreadyDefinedSSDTableException
is thrown to indicate that
a SSD Table tries to be created but its name previously exist.
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 |
public AlreadyDefinedSSDTableException()
AlreadyDefinedSSDTableException
with no detail message.
public AlreadyDefinedSSDTableException(java.lang.String msg)
AlreadyDefinedSSDTableException
with a detailed message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |