javax.inject
Class DeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
DeploymentException()
           
DeploymentException(java.lang.String message)
           
DeploymentException(java.lang.String message, java.lang.Throwable throwable)
           
DeploymentException(java.lang.Throwable throwable)
           
 
Method Summary
 
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

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)


Copyright © 2008-2009. All Rights Reserved.