Class RepositoryException

    • Constructor Summary

      Constructors 
      Constructor Description
      RepositoryException​(java.lang.String message)
      Creates a new exception with the specified detail message.
      RepositoryException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new exception with the specified detail message and cause.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static java.lang.String getMessage​(java.lang.String prefix, java.lang.Throwable cause)  
      • 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

      • RepositoryException

        public RepositoryException​(java.lang.String message)
        Creates a new exception with the specified detail message.
        Parameters:
        message - The detail message, may be null.
      • RepositoryException

        public RepositoryException​(java.lang.String message,
                                   java.lang.Throwable cause)
        Creates a new exception with the specified detail message and cause.
        Parameters:
        message - The detail message, may be null.
        cause - The exception that caused this one, may be null.
    • Method Detail

      • getMessage

        protected static java.lang.String getMessage​(java.lang.String prefix,
                                                     java.lang.Throwable cause)
        Parameters:
        prefix - The prefix.
        cause - The exception that caused this one, may be null.
        Returns:
        The message.