net.sbbi.upnp.messages
Class UPNPResponseException

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

Constructor Summary
UPNPResponseException()
           
UPNPResponseException(int detailErrorCode, java.lang.String detailErrorDescription)
           
 
Method Summary
 int getDetailErrorCode()
           
 java.lang.String getDetailErrorDescription()
           
 java.lang.String getFaultCode()
           
 java.lang.String getFaultString()
           
 java.lang.String getLocalizedMessage()
           
 java.lang.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UPNPResponseException

public UPNPResponseException()

UPNPResponseException

public UPNPResponseException(int detailErrorCode,
                             java.lang.String detailErrorDescription)
Method Detail

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.