Package org.apache.webbeans.exception
Class WebBeansDeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.enterprise.inject.spi.DeploymentException
org.apache.webbeans.exception.WebBeansDeploymentException
- All Implemented Interfaces:
Serializable,DescriptiveException
public class WebBeansDeploymentException
extends jakarta.enterprise.inject.spi.DeploymentException
implements DescriptiveException
Exception that is thrown by the web beans container at the deployment time.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebBeansDeploymentException(String message) WebBeansDeploymentException(String message, Throwable e) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInformation(String additionalInformation) Add some additional information to the message.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebBeansDeploymentException
-
WebBeansDeploymentException
-
WebBeansDeploymentException
-
-
Method Details
-
addInformation
Description copied from interface:DescriptiveExceptionAdd some additional information to the message.- Specified by:
addInformationin interfaceDescriptiveException
-
getMessage
- Overrides:
getMessagein classThrowable
-
getLocalizedMessage
- Overrides:
getLocalizedMessagein classThrowable
-