Home
last modified time | relevance | path

Searched refs:SELF_SUPPRESSION_MESSAGE (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DThrowable.java245 private static final String SELF_SUPPRESSION_MESSAGE = "Self-suppression not permitted"; field in Throwable
967 throw new IllegalArgumentException(SELF_SUPPRESSION_MESSAGE); in readObject()
1085 throw new IllegalArgumentException(SELF_SUPPRESSION_MESSAGE, exception); in addSuppressed()
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThrowable.java150 private static final java.lang.String SELF_SUPPRESSION_MESSAGE = field in Throwable