org.apache.webbeans.exception
Class WebBeansDeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.enterprise.inject.spi.DeploymentException
org.apache.webbeans.exception.WebBeansDeploymentException
- All Implemented Interfaces:
- Serializable, DescriptiveException
public class WebBeansDeploymentException
- extends javax.enterprise.inject.spi.DeploymentException
- implements DescriptiveException
Exception that is thrown by the web beans container at the deployment time.
- Since:
- 1.0
- See Also:
- Serialized Form
WebBeansDeploymentException
public WebBeansDeploymentException(Throwable e)
WebBeansDeploymentException
public WebBeansDeploymentException(String message)
WebBeansDeploymentException
public WebBeansDeploymentException(String message,
Throwable e)
addInformation
public void addInformation(String additionalInformation)
- Description copied from interface:
DescriptiveException
- Add some additional information to the message.
- Specified by:
addInformation in interface DescriptiveException
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage in class Throwable
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.