pt.despodata.java.ddata
Class DDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pt.moredata.dao.DAORuntimeException
pt.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
|
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 |
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
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