public final class SchemaFactoryConfigurationError extends Error
| Constructor and Description |
|---|
SchemaFactoryConfigurationError()
Create a new
SchemaFactoryConfigurationError with no detail message.
|
SchemaFactoryConfigurationError(String
Create a new
SchemaFactoryConfigurationError with the
String specified as an error message.
|
SchemaFactoryConfigurationError(String
Create a new
SchemaFactoryConfigurationError with the given
Throwable base cause and detail message.
|
SchemaFactoryConfigurationError(Throwable
Create a new
SchemaFactoryConfigurationError with the given
Throwable base cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SchemaFactoryConfigurationError()
SchemaFactoryConfigurationError with no detail message.
public SchemaFactoryConfigurationError(Stringmessage)
SchemaFactoryConfigurationError with the
String specified as an error message.
message - The error message for the exception.
public SchemaFactoryConfigurationError(Throwablecause)
SchemaFactoryConfigurationError with the given
Throwable base cause.
cause - The exception or error to be encapsulated in a SchemaFactoryConfigurationError.
public SchemaFactoryConfigurationError(Stringmessage, Throwable cause)
SchemaFactoryConfigurationError with the given
Throwable base cause and detail message.
cause - The exception or error to be encapsulated in a SchemaFactoryConfigurationError.
message - The detail message.