Searched defs:SELF_SUPPRESSION_MESSAGE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DThrowable.java233 private static final String SELF_SUPPRESSION_MESSAGE = "Self-suppression not permitted"; field in class:Throwable
928 throw new IllegalArgumentException(SELF_SUPPRESSION_MESSAGE);
1043 throw new IllegalArgumentException(SELF_SUPPRESSION_MESSAGE, exception);

Completed in 25 milliseconds