org.jboss.jsr299.tck.tests.deployment.lifecycle.broken.exceptionInAfterBeanDiscoveryObserver
Class FooException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.jsr299.tck.tests.deployment.lifecycle.broken.exceptionInAfterBeanDiscoveryObserver.FooException
All Implemented Interfaces:
Serializable

public class FooException
extends RuntimeException

Author:
pmuir
See Also:
Serialized Form

Constructor Summary
FooException()
           
FooException(String arg0)
           
FooException(String arg0, Throwable arg1)
           
FooException(Throwable arg0)
           
 
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

FooException

public FooException()

FooException

public FooException(String arg0,
                    Throwable arg1)

FooException

public FooException(String arg0)

FooException

public FooException(Throwable arg0)


Copyright © 2008-2012 Seam Framework. All Rights Reserved.