|
OSGi™ Compendium Release 5 |
|||||||||
| 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.osgi.service.upnp.UPnPException
public class UPnPException
There are several defined error situations describing UPnP problems while a control point invokes actions to UPnPDevices.
| Field Summary | |
|---|---|
static int |
DEVICE_INTERNAL_ERROR
The invoked action failed during execution. |
static int |
INVALID_ACTION
No Action found by that name at this service. |
static int |
INVALID_ARGS
Not enough arguments, too many arguments with a specific name, or one of more of the arguments are of the wrong type. |
static int |
INVALID_SEQUENCE_NUMBER
The different end-points are no longer in synchronization. |
static int |
INVALID_VARIABLE
Refers to a non existing variable. |
| Constructor Summary | |
|---|---|
UPnPException(int errorCode,
java.lang.String errorDescription)
This constructor creates a UPnPException on the specified error
code and error description. |
|
UPnPException(int errorCode,
java.lang.String errorDescription,
java.lang.Throwable errorCause)
This constructor creates a UPnPException on the specified error
code, error description and error cause. |
|
| Method Summary | |
|---|---|
int |
getUPnPError_Code()
Deprecated. As of version 1.2, replaced by getUPnPErrorCode() |
int |
getUPnPErrorCode()
Returns the UPnP Error Code occurred by UPnPDevices during invocation. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int INVALID_ACTION
public static final int INVALID_ARGS
public static final int INVALID_SEQUENCE_NUMBER
public static final int INVALID_VARIABLE
public static final int DEVICE_INTERNAL_ERROR
| Constructor Detail |
|---|
public UPnPException(int errorCode,
java.lang.String errorDescription)
UPnPException on the specified error
code and error description.
errorCode - error code which defined by UPnP Device Architecture
V1.0.errorDescription - error description which explain the type of
problem.
public UPnPException(int errorCode,
java.lang.String errorDescription,
java.lang.Throwable errorCause)
UPnPException on the specified error
code, error description and error cause.
errorCode - error code which defined by UPnP Device Architecture
V1.0.errorDescription - error description which explain the type of the
problem.errorCause - cause of that UPnPException.| Method Detail |
|---|
public int getUPnPErrorCode()
public int getUPnPError_Code()
getUPnPErrorCode()
|
OSGi™ Compendium Release 5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||