public class FactoryConfigurationError extends Error
| Constructor | Description | 
|---|---|
| FactoryConfigurationError() | Default constructor | 
| FactoryConfigurationError(Exception e) | Construct an exception with a nested inner exception | 
| FactoryConfigurationError(Exception e,
                         String msg) | Construct an exception with a nested inner exception
 and a message | 
| FactoryConfigurationError(String msg) | Construct an exception with associated message | 
| FactoryConfigurationError(String msg,
                         Exception e) | Construct an exception with a nested inner exception
 and a message | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Throwable | getCause() | use the exception chaining mechanism of JDK1.4 | 
| Exception | getException() | Return the nested exception (if any) | 
| String | getMessage() | Report the message associated with this error | 
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FactoryConfigurationError()
public FactoryConfigurationError(Exception e)
e - the exception to nestpublic FactoryConfigurationError(Exception e, String msg)
e - the exception to nestmsg - the message to reportpublic FactoryConfigurationError(String msg, Exception e)
msg - the message to reporte - the exception to nestpublic FactoryConfigurationError(String msg)
msg - the message to reportpublic Exception getException()
public Throwable getCause()
public String getMessage()
getMessage in class Throwable Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2025, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.