org.fcrepo.server.errors
Class ShutdownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fcrepo.server.errors.ServerException
org.fcrepo.server.errors.ShutdownException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ModuleShutdownException, ServerShutdownException
public class ShutdownException
- extends ServerException
Superclass for shutdown-related exceptions.
- Author:
- Chris Wilper
- See Also:
- Serialized Form
ShutdownException
public ShutdownException(String message)
- Creates an ShutdownException.
- Parameters:
message - An informative message explaining what happened and (possibly) how
to fix it.
ShutdownException
public ShutdownException(String message,
Throwable cause)
ShutdownException
public ShutdownException(String bundleName,
String code,
String[] replacements,
String[] details,
Throwable cause)
Copyright © 2011 DuraSpace. All Rights Reserved.