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.
- Version:
- 1.0
- Author:
- SuperBonBon
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UPNPResponseException
public UPNPResponseException()
UPNPResponseException
public UPNPResponseException(int detailErrorCode,
java.lang.String detailErrorDescription)
getFaultCode
public java.lang.String getFaultCode()
getFaultString
public java.lang.String getFaultString()
getDetailErrorCode
public int getDetailErrorCode()
getDetailErrorDescription
public java.lang.String getDetailErrorDescription()
getMessage
public java.lang.String getMessage()
getLocalizedMessage
public java.lang.String getLocalizedMessage()
Copyright © 2005 SuperBonBon Industries. All Rights Reserved.