vishnu.model
Class PrimaryKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by vishnu.model.PrimaryKeyException
All Implemented Interfaces:
java.io.Serializable

public class PrimaryKeyException
extends java.lang.RuntimeException

Author:
Mariano Tepper
See Also:
Serialized Form
 

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

EMPTY_KEY_SET

public static final int EMPTY_KEY_SET
See Also:
Constant Field Values

COLUMN_NOT_FOUND

public static final int COLUMN_NOT_FOUND
See Also:
Constant Field Values
Constructor Detail

PrimaryKeyException

public PrimaryKeyException()
Parameters:
databaseName - nombre de la base de datos inexistente.

PrimaryKeyException

public PrimaryKeyException(java.lang.String columnName)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable