org.apache.myfaces.spi
Class InjectionProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.myfaces.spi.InjectionProviderException
All Implemented Interfaces:
Serializable

public class InjectionProviderException
extends Exception

Author:
Leonardo Uribe
See Also:
Serialized Form

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

InjectionProviderException

public InjectionProviderException()

InjectionProviderException

public InjectionProviderException(String message)

InjectionProviderException

public InjectionProviderException(String message,
                                  Throwable cause)

InjectionProviderException

public InjectionProviderException(Throwable cause)


Copyright © 2015 The Apache Software Foundation. All rights reserved.