RichFaces Core API 4.3.0.CR1

org.richfaces.application
Class ServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.faces.FacesException
                  extended by org.richfaces.application.ServiceException
All Implemented Interfaces:
Serializable

public class ServiceException
extends javax.faces.FacesException

Exception fired by service tracker if it cannot create requested service.

Author:
asmirnov@exadel.com
See Also:
Serialized Form

Constructor Summary
ServiceException()
          

ServiceException(String message)
          

ServiceException(String message, Throwable cause)
          

ServiceException(Throwable cause)
          

 
Method Summary
 
Methods inherited from class javax.faces.FacesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ServiceException

public ServiceException()


ServiceException

public ServiceException(String message)

Parameters:
message -

ServiceException

public ServiceException(Throwable cause)

Parameters:
cause -

ServiceException

public ServiceException(String message,
                        Throwable cause)

Parameters:
message -
cause -

RichFaces Core API 4.3.0.CR1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.