org.fcrepo.server.errors
Class HttpServiceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fcrepo.server.errors.ServerException
org.fcrepo.server.errors.StorageException
org.fcrepo.server.errors.HttpServiceNotFoundException
- All Implemented Interfaces:
- Serializable
public class HttpServiceNotFoundException
- extends StorageException
Signals that a successful HTTP connection could NOT be made to the
designated URL.
- Author:
- Ross Wayland
- See Also:
- Serialized Form
HttpServiceNotFoundException
public HttpServiceNotFoundException(String message)
- Creates a HttpServiceNotFoundException.
- Parameters:
message - An informative message explaining what happened and (possibly) how
to fix it.
HttpServiceNotFoundException
public HttpServiceNotFoundException(String message,
Throwable cause)
- Creates a HttpServiceNotFoundException.
- Parameters:
message - An informative message explaining what happened and (possibly) how
to fix it.cause - A throwable containing the cause of the exception.
Copyright © 2012 DuraSpace. All Rights Reserved.