|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fedora.server.errors.ServerException
fedora.server.errors.ShutdownException
fedora.server.errors.ServerShutdownException
public class ServerShutdownException
Title: ServerShutdownException.java
Description: Signifies that an error occurred during the server's shutdown.
| Constructor Summary | |
|---|---|
ServerShutdownException(java.lang.String message)
Creates a ServerShutdownException. |
|
| Method Summary |
|---|
| Methods inherited from class fedora.server.errors.ServerException |
|---|
getCode, getDetails, getDetails, getMessage, getMessage, setWasServer, wasServer |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 ServerShutdownException(java.lang.String message)
message - An informative message explaining what happened and
(possibly) how to fix it.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||