net.sbbi.upnp.messages
Class UPNPResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sbbi.upnp.messages.UPNPResponseException
- All Implemented Interfaces:
- Serializable
public class UPNPResponseException
- extends Exception
An exception throws when parsing a message if a SOAP fault
exception is returned.
- Version:
- 1.0
- Author:
- SuperBonBon
- See Also:
- Serialized Form
faultCode
protected String faultCode
faultString
protected String faultString
detailErrorCode
protected int detailErrorCode
detailErrorDescription
protected String detailErrorDescription
UPNPResponseException
public UPNPResponseException()
UPNPResponseException
public UPNPResponseException(int detailErrorCode,
String detailErrorDescription)
getFaultCode
public String getFaultCode()
getFaultString
public String getFaultString()
getDetailErrorCode
public int getDetailErrorCode()
getDetailErrorDescription
public String getDetailErrorDescription()
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage in class Throwable
Copyright © 2010. All Rights Reserved.