Package net.sbbi.upnp.messages
Class UPNPResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sbbi.upnp.messages.UPNPResponseException
- All Implemented Interfaces:
Serializable
An exception throws when parsing a message if a SOAP fault
exception is returned.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getFaultCode
- Returns:
- fault code
-
getFaultString
- Returns:
- fault string
-
getDetailErrorCode
public int getDetailErrorCode()- Returns:
- error code
-
getDetailErrorDescription
- Returns:
- error description
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-