Searched refs:SELF_SUPPRESSION_MESSAGE (Results 1 – 2 of 2) sorted by relevance
245 private static final String SELF_SUPPRESSION_MESSAGE = "Self-suppression not permitted"; field in Throwable967 throw new IllegalArgumentException(SELF_SUPPRESSION_MESSAGE); in readObject()1085 throw new IllegalArgumentException(SELF_SUPPRESSION_MESSAGE, exception); in addSuppressed()
150 private static final java.lang.String SELF_SUPPRESSION_MESSAGE = field in Throwable