Class RepositoryItemRuntimeException

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()
      Gets the path in the repository that raised the exception.
      • 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

      • RepositoryItemRuntimeException

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

      • getPath

        public java.lang.String getPath()
        Gets the path in the repository that raised the exception.
        Returns:
        The path in the repository that raised the exception.