public class DXPConfigurationError extends DeltaXMLError
Specifies an unresolvable error condition in a DXPConfiguration.
Constructor and Description |
---|
DXPConfigurationError(java.lang.String message)
Constructs a new DXPConfigurationError.
|
DXPConfigurationError(java.lang.String message,
java.lang.Throwable t)
Constructs a new DXPConfigurationError.
|
DXPConfigurationError(java.lang.Throwable t)
Constructs a new DXPConfigurationError.
|
getCause, getThrowable
public DXPConfigurationError(java.lang.String message)
message
- the error messagepublic DXPConfigurationError(java.lang.Throwable t)
t
- a Throwable that caused this errorpublic DXPConfigurationError(java.lang.String message, java.lang.Throwable t)
message
- the error messaget
- a Throwable that caused this error