Java EE 5 SDK

com.sun.appserv.server
Class ServerLifecycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.appserv.server.ServerLifecycleException
All Implemented Interfaces:
Serializable

public final class ServerLifecycleException
extends Exception

Exception thrown by application server lifecycle modules and subsystems. These exceptions are generally considered fatal to the operation of application server.

See Also:
Serialized Form

Constructor Summary
ServerLifecycleException()
          Construct a new LifecycleException with no other information.
ServerLifecycleException(String message)
          Construct a new LifecycleException for the specified message.
ServerLifecycleException(String message, Throwable rootCause)
          Construct a new LifecycleException for the specified message and throwable.
ServerLifecycleException(Throwable rootCause)
          Construct a new LifecycleException for the specified throwable.
 
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

ServerLifecycleException

public ServerLifecycleException()
Construct a new LifecycleException with no other information.


ServerLifecycleException

public ServerLifecycleException(String message)
Construct a new LifecycleException for the specified message.

Parameters:
message - Message describing this exception

ServerLifecycleException

public ServerLifecycleException(Throwable rootCause)
Construct a new LifecycleException for the specified throwable.

Parameters:
throwable - Throwable that caused this exception

ServerLifecycleException

public ServerLifecycleException(String message,
                                Throwable rootCause)
Construct a new LifecycleException for the specified message and throwable.

Parameters:
message - Message describing this exception
rootCause - Throwable that caused this exception

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.