|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.sun.appserv.server.ServerLifecycleException
public final class 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(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 |
---|
public ServerLifecycleException()
public ServerLifecycleException(String message)
message
- Message describing this exceptionpublic ServerLifecycleException(Throwable rootCause)
throwable
- Throwable that caused this exceptionpublic ServerLifecycleException(String message, Throwable rootCause)
message
- Message describing this exceptionrootCause
- Throwable that caused this exception
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.