Searched refs:NULL_CAUSE_MESSAGE (Results 1 – 1 of 1) sorted by relevance
222 private static final String NULL_CAUSE_MESSAGE = "Cannot suppress a null exception."; field in Throwable916 throw new NullPointerException(NULL_CAUSE_MESSAGE); in readObject()1035 throw new NullPointerException(NULL_CAUSE_MESSAGE); in addSuppressed()