net.tomp2p.upnp
Class UPNPResponseException

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

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
 

Method Detail

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.