custom error message for assertThat() in junit?

I was wondering if assertThat() has a way of adding a custom error message ? for example in this : assertThat(file.exists(), is(equalTo(true))); I would like to add some custom message, saying w...