|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.enterprise.deploy.spi.exceptions.ConfigurationException
This exception reports errors in generating a configuration bean.
| Constructor Summary | |
ConfigurationException()
Creates new ConfigurationException without detail message. |
|
ConfigurationException(java.lang.String msg)
Constructs an ConfigurationException with the specified detail
message. |
|
ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Constructor for the ConfigurationException object |
|
ConfigurationException(java.lang.Throwable cause)
Constructor for the ConfigurationException object |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ConfigurationException()
ConfigurationException without detail message.
public ConfigurationException(java.lang.String msg)
ConfigurationException with the specified detail
message.
msg - the detail message.public ConfigurationException(java.lang.Throwable cause)
cause - Description of the Parameter
public ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
message - Description of the Parametercause - Description of the Parameter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||