Class AmetysRepositoryException

    • Constructor Detail

      • AmetysRepositoryException

        public AmetysRepositoryException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message.
      • AmetysRepositoryException

        public AmetysRepositoryException​(String message,
                                         Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause.
      • AmetysRepositoryException

        public AmetysRepositoryException​(Throwable cause)
        Constructs a new exception with the specified cause.
        Parameters:
        cause - the specified cause.