|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.hackystat.sensorbase.client.SensorBaseClientException
public class SensorBaseClientException
An exception that is thrown when the SensorBase server does not a success code.
Constructor Summary | |
---|---|
SensorBaseClientException(org.restlet.data.Status status)
Thrown when an unsuccessful status code is returned from the Server. |
|
SensorBaseClientException(org.restlet.data.Status status,
java.lang.Throwable error)
Thrown when an unsuccessful status code is returned from the Server. |
|
SensorBaseClientException(java.lang.String description)
Thrown when some problem occurs with Client not involving the server. |
|
SensorBaseClientException(java.lang.String description,
java.lang.Throwable error)
Thrown when some problem occurs with Client not involving the server. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 SensorBaseClientException(org.restlet.data.Status status)
status
- The Status instance indicating the problem.public SensorBaseClientException(org.restlet.data.Status status, java.lang.Throwable error)
status
- The status instance indicating the problem.error
- The previous error.public SensorBaseClientException(java.lang.String description, java.lang.Throwable error)
description
- The problem description.error
- The previous error.public SensorBaseClientException(java.lang.String description)
description
- The problem description.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |