public class FcrepoOperationFailedException extends Exception
| Constructor and Description |
|---|
FcrepoOperationFailedException(URI url,
int statusCode,
String statusText)
Create an FcrepoOperationFailedException
|
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode()
Get the status code
|
String |
getStatusText()
Get the status text
|
URI |
getUrl()
Return the requested url
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FcrepoOperationFailedException(URI url, int statusCode, String statusText)
url - the requested urlstatusCode - the HTTP response codestatusText - the response messagepublic int getStatusCode()
public String getStatusText()
Copyright © 2013-2016 DuraSpace, Inc.. All Rights Reserved.