Class RepositoryItemIllegalStateException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RepositoryItemIllegalStateException
    extends RepositoryItemRuntimeException
    Thrown when an action cannot be completed because the item is in an invalid state.
    Since:
    2.1
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RepositoryItemIllegalStateException​(java.lang.String path, java.lang.String message)
      Constructs a RepositoryItemIllegalStateException with the specified message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • RepositoryItemIllegalStateException

        public RepositoryItemIllegalStateException​(java.lang.String path,
                                                   java.lang.String message)
        Constructs a RepositoryItemIllegalStateException with the specified message.
        Parameters:
        path - The path to the repository item.
        message - The detail message (which is saved for later retrieval by AbstractRuntimeException.getMessage()).