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,
Object... args)
Constructs a new
ConfigurationRuntimeException with
specified detail message using String.format(String,Object...) . |
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(String message, Object... args)
ConfigurationRuntimeException
with
specified detail message using String.format(String,Object...)
.message
- the error messageargs
- arguments to the error messageString.format(String,Object...)
public 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–2020 The Apache Software Foundation. All rights reserved.