org.apache.webbeans.exception.inject
Class ExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.webbeans.exception.inject.ExecutionException
All Implemented Interfaces:
Serializable

public class ExecutionException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ExecutionException()
           
ExecutionException(String message)
           
ExecutionException(String message, Throwable e)
           
ExecutionException(Throwable e)
           
 
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

ExecutionException

public ExecutionException()

ExecutionException

public ExecutionException(String message)

ExecutionException

public ExecutionException(Throwable e)

ExecutionException

public ExecutionException(String message,
                          Throwable e)


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.