|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.intermine.webservice.exceptions.ServiceException
org.intermine.webservice.exceptions.NoContentException
public class NoContentException
The NoContentException is thrown by a service when the resource requested exists but has an empty representation.
| Constructor Summary | |
|---|---|
NoContentException(java.lang.String message)
|
|
NoContentException(java.lang.String message,
java.lang.Throwable cause)
|
|
NoContentException(java.lang.Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class org.intermine.webservice.exceptions.ServiceException |
|---|
getHttpErrorCode, getMessage, setHttpErrorCode |
| 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 NoContentException(java.lang.String message)
message - message
public NoContentException(java.lang.String message,
java.lang.Throwable cause)
message - messagecause - causepublic NoContentException(java.lang.Throwable cause)
cause - cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||