public class SystemConfigException extends Error
Constructor and Description |
---|
SystemConfigException(String message)
Constructor that accepts a message.
|
SystemConfigException(String message,
Throwable cause)
Constructor that accepts a Throwable and a message.
|
SystemConfigException(Throwable cause)
Constructor that accepts a Throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SystemConfigException(String message)
message
- exception messagepublic SystemConfigException(Throwable cause)
cause
- The cause of this exceptionCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.