org.apache.webbeans.exception.inject
Class DeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.webbeans.exception.inject.DeploymentException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InconsistentSpecializationException, NullableDependencyException, UnserializableDependencyException, WebBeansDeploymentException
public class DeploymentException
- extends RuntimeException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DeploymentException
public DeploymentException()
DeploymentException
public DeploymentException(String message)
DeploymentException
public DeploymentException(Throwable e)
DeploymentException
public DeploymentException(String message,
Throwable e)
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.