org.apache.myfaces.extensions.cdi.core.api
Class UnhandledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.myfaces.extensions.cdi.core.api.UnhandledException
All Implemented Interfaces:
Serializable

public class UnhandledException
extends RuntimeException

Author:
Gerhard Petracek
See Also:
Serialized Form

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

UnhandledException

public UnhandledException(String message)

UnhandledException

public UnhandledException(Throwable cause)

UnhandledException

public UnhandledException(String message,
                          Throwable cause)


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.