Class ModificationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.fraunhofer.iese.mydata.pep.common.ModificationFailedException
- All Implemented Interfaces:
Serializable
Modification failed due wrong Modifiers name is present which does not match
with parameter of Event.
- See Also:
-
Constructor Summary
ConstructorDescriptionModificationFailedException
(String message, Exception e) CreateModificationFailedException
wrapping other exception type -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModificationFailedException
CreateModificationFailedException
wrapping other exception type- Parameters:
message
- Messagee
- RootCause
-