public class OlogException extends RuntimeException
Constructor and Description |
---|
OlogException() |
OlogException(com.sun.jersey.api.client.ClientResponse.Status status,
String message) |
OlogException(com.sun.jersey.api.client.ClientResponse.Status status,
Throwable cause,
String message) |
OlogException(FileNotFoundException ex) |
OlogException(IOException ex) |
OlogException(com.sun.jersey.api.client.UniformInterfaceException cause) |
Modifier and Type | Method and Description |
---|---|
com.sun.jersey.api.client.ClientResponse.Status |
getStatus() |
void |
setStatus(com.sun.jersey.api.client.ClientResponse.Status status) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OlogException()
public OlogException(com.sun.jersey.api.client.UniformInterfaceException cause)
public OlogException(com.sun.jersey.api.client.ClientResponse.Status status, String message)
public OlogException(com.sun.jersey.api.client.ClientResponse.Status status, Throwable cause, String message)
status
- - the http error status codecause
- - the original UniformInterfaceExceptionmessage
- - additional error informationpublic OlogException(FileNotFoundException ex)
public OlogException(IOException ex)
Copyright © 2010-2014 Michigan State University. All Rights Reserved.