javax.inject
Class DeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.inject.DeploymentException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AmbiguousDependencyException, InconsistentSpecializationException, NullableDependencyException, UnproxyableDependencyException, UnsatisfiedDependencyException, UnserializableDependencyException
public class DeploymentException
- extends java.lang.RuntimeException
Thrown if an error occurs during bean deployment
- Author:
- Pete Muir
- See Also:
- Serialized Form
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 |
DeploymentException
public DeploymentException()
DeploymentException
public DeploymentException(java.lang.String message,
java.lang.Throwable throwable)
DeploymentException
public DeploymentException(java.lang.String message)
DeploymentException
public DeploymentException(java.lang.Throwable throwable)
Submit a bug or feature Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.