Package net.sbbi.upnp.messages
Class UPNPResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sbbi.upnp.messages.UPNPResponseException
-
- All Implemented Interfaces:
java.io.Serializable
public class UPNPResponseException extends java.lang.Exception
An exception throws when parsing a message if a SOAP fault exception is returned.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDetailErrorCode()
java.lang.String
getDetailErrorDescription()
java.lang.String
getFaultCode()
java.lang.String
getFaultString()
java.lang.String
getLocalizedMessage()
java.lang.String
getMessage()
-
-
-
Method Detail
-
getFaultCode
public java.lang.String getFaultCode()
- Returns:
- fault code
-
getFaultString
public java.lang.String getFaultString()
- Returns:
- fault string
-
getDetailErrorCode
public int getDetailErrorCode()
- Returns:
- error code
-
getDetailErrorDescription
public java.lang.String getDetailErrorDescription()
- Returns:
- error description
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in classjava.lang.Throwable
-
-