Class IllegalRepositoryModificationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IllegalRepositoryModificationException
    extends java.lang.RuntimeException
    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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IllegalRepositoryModificationException

        public IllegalRepositoryModificationException()