public class ConfigurationRuntimeException
extends org.apache.commons.lang.exception.NestableRuntimeException
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 . |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, 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 © 2018 JBoss by Red Hat. All rights reserved.