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
public class ModificationFailedException extends RuntimeException
Modification failed due wrong Modifiers name is present which does not match with parameter of Event.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModificationFailedException(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 Detail
-
ModificationFailedException
public ModificationFailedException(String message, Exception e)
CreateModificationFailedException
wrapping other exception type- Parameters:
message
- Messagee
- RootCause
-
-