public class SuppressedException extends Exception
| Constructor and Description |
|---|
SuppressedException()
Constructs an
SuppressedException with no detail message. |
SuppressedException(String s)
Constructs an
SuppressedException with the specified detail
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SuppressedException()
SuppressedException with no detail message.public SuppressedException(String s)
SuppressedException with the specified detail
message.s - the detail message.Copyright © 2015. All rights reserved.