Package org.faktorips.runtime
Class IllegalRepositoryModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.faktorips.runtime.IllegalRepositoryModificationException
- All Implemented Interfaces:
Serializable
An exception that indicates that a method do modify the repository contents was called, but the
repository does not allow to modify its contents.
- Author:
- Jan Ortmann
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalRepositoryModificationException
public IllegalRepositoryModificationException()
-