com.aelitis.net.upnp
Class UPnPException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.aelitis.net.upnp.UPnPException
- All Implemented Interfaces: 
 - Serializable
 
public class UPnPException
- extends Exception
 
- Author:
 
  - parg
 
- See Also:
 - Serialized Form
 
 
| 
Constructor Summary | 
UPnPException(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)
 
            | 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
soap_action
public String soap_action
action
public UPnPActionImpl action
fault
public String fault
fault_code
public int fault_code
resp_doc
public SimpleXMLParserDocument resp_doc
UPnPException
public UPnPException(String str)
UPnPException
public UPnPException(String str,
                     Throwable cause)
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)