public class SuppressedException
extends java.lang.Exception
| Constructor and Description |
|---|
SuppressedException()
Constructs an
SuppressedException with no detail message. |
SuppressedException(java.lang.String s)
Constructs an
SuppressedException with the specified detail
message. |