pt.despodata.java.ddata
Class DDataException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bypt.moredata.dao.DAORuntimeException
                  extended bypt.despodata.java.ddata.DDataException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DDataNotFoundException

public class DDataException
extends DAORuntimeException

Title: DData

Description: Classe usada para as excepcões do package DData

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
           
 
Constructor Summary
DDataException(java.lang.String message)
           
DDataException(java.lang.String message, java.lang.String _specificMessage, int _exceptionType)
          Excepção com afectação de tipo para tratamento adequado
 
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

DUPLICATE_PK

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

See Also:
Constant Field Values

NONE

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

DDataException

public DDataException(java.lang.String message)

DDataException

public DDataException(java.lang.String message,
                      java.lang.String _specificMessage,
                      int _exceptionType)
Excepção com afectação de tipo para tratamento adequado