net.sbbi.upnp.messages
Class UPNPResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
protected  int detailErrorCode
           
protected  String detailErrorDescription
           
protected  String faultCode
           
protected  String faultString
           
 
Constructor Summary
UPNPResponseException()
           
UPNPResponseException(int detailErrorCode, String detailErrorDescription)
           
 
Method Summary
 int getDetailErrorCode()
           
 String getDetailErrorDescription()
           
 String getFaultCode()
           
 String getFaultString()
           
 String getLocalizedMessage()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

faultCode

protected String faultCode

faultString

protected String faultString

detailErrorCode

protected int detailErrorCode

detailErrorDescription

protected String detailErrorDescription
Constructor Detail

UPNPResponseException

public UPNPResponseException()

UPNPResponseException

public UPNPResponseException(int detailErrorCode,
                             String detailErrorDescription)
Method Detail

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.