| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.appserv.server.ServerLifecycleException
Exception thrown by application server lifecycle modules and subsystems. These exceptions are generally considered fatal to the operation of application server.
| Constructor Summary | |
| ServerLifecycleException()Construct a new LifecycleException with no other information. | |
| ServerLifecycleException(java.lang.String message)Construct a new LifecycleException for the specified message. | |
| ServerLifecycleException(java.lang.String message,
                         java.lang.Throwable rootCause)Construct a new LifecycleException for the specified message and throwable. | |
| ServerLifecycleException(java.lang.Throwable rootCause)Construct a new LifecycleException for the specified throwable. | |
| 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 | 
public ServerLifecycleException()
public ServerLifecycleException(java.lang.String message)
message - Message describing this exceptionpublic ServerLifecycleException(java.lang.Throwable rootCause)
public ServerLifecycleException(java.lang.String message,
                                java.lang.Throwable rootCause)
message - Message describing this exceptionrootCause - Throwable that caused this exception| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.