public class FactoryConfigurationError extends java.lang.Error
| Constructor and Description |
|---|
FactoryConfigurationError()
Constructor with no detail message.
|
FactoryConfigurationError(java.lang.Exception e)
Constructor with the specified underlying cause.
|
FactoryConfigurationError(java.lang.Exception e,
java.lang.String msg)
Constructor with the specified underlying cause and detail message.
|
FactoryConfigurationError(java.lang.String msg)
Constructor with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getException()
Returns the underlying cause of this exception, if any.
|
java.lang.String |
getMessage()
Returns the message for this error, if any.
|
public FactoryConfigurationError()
public FactoryConfigurationError(java.lang.String msg)
msg - the detail messagepublic FactoryConfigurationError(java.lang.Exception e)
e - the underlying cause of this exceptionpublic FactoryConfigurationError(java.lang.Exception e, java.lang.String msg)
e - the underlying cause of this exceptionmsg - the detail messagepublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.Exception getException()