Class UPnPException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UPnPException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • soap_action

        public java.lang.String soap_action
      • fault

        public java.lang.String fault
      • fault_code

        public int fault_code
    • Constructor Detail

      • UPnPException

        public UPnPException​(java.lang.String str)
      • UPnPException

        public UPnPException​(java.lang.String str,
                             java.lang.Throwable cause)
      • UPnPException

        public UPnPException​(java.lang.String message,
                             java.lang.String soap_action,
                             UPnPActionImpl action,
                             SimpleXMLParserDocument resp_doc,
                             java.lang.String fault,
                             int fault_code)