net.tomp2p.upnp
Class UPNPResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.tomp2p.upnp.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
getFaultCode
public String getFaultCode()
- Returns:
- fault code
getFaultString
public String getFaultString()
- Returns:
- fault string
getDetailErrorCode
public int getDetailErrorCode()
- Returns:
- error code
getDetailErrorDescription
public String getDetailErrorDescription()
- Returns:
- error description
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in class Throwable
Copyright © 2013. All Rights Reserved.