Package com.biglybt.net.upnp
Class UPnPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.biglybt.net.upnp.UPnPException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
-
Constructor Summary
ConstructorsConstructorDescriptionUPnPException
(String str) UPnPException
(String message, String soap_action, UPnPActionImpl action, SimpleXMLParserDocument resp_doc, String fault, int fault_code) UPnPException
(String str, Throwable cause) UPnPException
(String string, Throwable e, String soap_action, UPnPActionImpl action, SimpleXMLParserDocument resp_doc) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
soap_action
-
action
-
fault
-
fault_code
public int fault_code -
resp_doc
-
-
Constructor Details
-
UPnPException
-
UPnPException
-
UPnPException
public UPnPException(String string, Throwable e, String soap_action, UPnPActionImpl action, SimpleXMLParserDocument resp_doc) -
UPnPException
public UPnPException(String message, String soap_action, UPnPActionImpl action, SimpleXMLParserDocument resp_doc, String fault, int fault_code)
-