org.jboss.portal.server.kernel
Class ServiceFailureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.portal.server.kernel.KernelException
              extended byorg.jboss.portal.server.kernel.ServiceFailureException
All Implemented Interfaces:
Serializable

public class ServiceFailureException
extends KernelException

Version:
$Revision: 1.1.1.1 $
Author:
Julien Viet
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ServiceFailureException()
           
ServiceFailureException(String message)
           
ServiceFailureException(String message, Throwable cause)
           
ServiceFailureException(Throwable cause)
           
 
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

ServiceFailureException

public ServiceFailureException()

ServiceFailureException

public ServiceFailureException(String message)

ServiceFailureException

public ServiceFailureException(String message,
                               Throwable cause)

ServiceFailureException

public ServiceFailureException(Throwable cause)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.