pt.despodata.java.ddata
Class RowReferencedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bypt.despodata.java.ddata.RowReferencedException
All Implemented Interfaces:
java.io.Serializable

public class RowReferencedException
extends java.lang.RuntimeException

Title: RowReferencedException Description: Excepção ocorrida quando se pretende remover uma linha de uma tabela e esta está referenciada. Copyright: Copyright (c) Despodata Company: Despodata

Version:
1.0
Author:
: Sérgio Ferreira
See Also:
Serialized Form

Field Summary
static int DUPLICATE_PK
          Exception ocurred due to primary key duplication
 int exceptionType
           
static int NONE
           
 java.lang.String specificMessage
           
 
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
 

Field Detail

specificMessage

public java.lang.String specificMessage

exceptionType

public int exceptionType

NONE

public static final int NONE
See Also:
Constant Field Values

DUPLICATE_PK

public static final int DUPLICATE_PK
Exception ocurred due to primary key duplication

See Also:
Constant Field Values