|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException vishnu.model.PrimaryKeyException
public class PrimaryKeyException
Field Summary | |
---|---|
static int |
COLUMN_NOT_FOUND
|
static int |
EMPTY_KEY_SET
|
Constructor Summary | |
---|---|
PrimaryKeyException()
|
|
PrimaryKeyException(java.lang.String columnName)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int EMPTY_KEY_SET
public static final int COLUMN_NOT_FOUND
Constructor Detail |
---|
public PrimaryKeyException()
databaseName
- nombre de la base de datos inexistente.public PrimaryKeyException(java.lang.String columnName)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |