public class ConfigurationRuntimeException extends RuntimeException
Constructor and Description |
---|
ConfigurationRuntimeException()
Constructs a new
ConfigurationRuntimeException without
specified detail message. |
ConfigurationRuntimeException(String message)
Constructs a new
ConfigurationRuntimeException with
specified detail message. |
ConfigurationRuntimeException(String message,
Throwable cause)
Constructs a new
ConfigurationRuntimeException with
specified detail message and nested Throwable . |
ConfigurationRuntimeException(Throwable cause)
Constructs a new
ConfigurationRuntimeException with
specified nested Throwable . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfigurationRuntimeException()
ConfigurationRuntimeException
without
specified detail message.public ConfigurationRuntimeException(String message)
ConfigurationRuntimeException
with
specified detail message.message
- the error messagepublic ConfigurationRuntimeException(Throwable cause)
ConfigurationRuntimeException
with
specified nested Throwable
.cause
- the exception or error that caused this exception to be thrownpublic ConfigurationRuntimeException(String message, Throwable cause)
ConfigurationRuntimeException
with
specified detail message and nested Throwable
.message
- the error messagecause
- the exception or error that caused this exception to be thrownCopyright © 2001–2017. All rights reserved.