Package de.xima.fc.exceptions
Class XfcUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.AbstractXfcException
de.xima.fc.exceptions.XfcUpdateException
- All Implemented Interfaces:
IXfcException
,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXfcUpdateException
(de.xima.cmn.dao.exceptions.interfaces.IDaoException exe) Konstruktur der der Ausgangsexeption, aus welcher nur die Message genutzt wird.XfcUpdateException
(String message) Konstruktur mit Message -
Method Summary
Methods inherited from class de.xima.fc.exceptions.AbstractXfcException
getErrorCode, getExceptionData, getLocalizedMessage, getMessageKey, getMessageParams
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XfcUpdateException
-
XfcUpdateException
public XfcUpdateException(de.xima.cmn.dao.exceptions.interfaces.IDaoException exe) -
XfcUpdateException
Konstruktur der der Ausgangsexeption, aus welcher nur die Message genutzt wird.- Parameters:
e
- Exeption deren Message genutzt wird
-
XfcUpdateException
Konstruktur mit Message- Parameters:
message
- Grund für die Exception
-
-
Method Details
-
getDefaultMessageKey
-
getDefaultErrorCode
-