no.feide.moria.servlet.soap
Class SOAPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by no.feide.moria.servlet.soap.SOAPException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ClientException, ServerException

public abstract class SOAPException
extends java.lang.Exception

The base class for all exceptions signalled through the SOAP interface.

See Also:
Serialized Form

Constructor Summary
SOAPException(java.lang.String msg)
          Default constructor.
 
Method Summary
abstract  java.lang.String getFaultcode()
          Gives the SOAP Faultcode for the exception (the value of the faultCode element in the SOAP reply).
abstract  java.lang.String getFaultstring()
          Gives the SOAP Faultstring for the exception (the value of the faultString element in the SOAP reply).
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOAPException

public SOAPException(java.lang.String msg)
Default constructor.

Parameters:
msg - The exception message.
Method Detail

getFaultcode

public abstract java.lang.String getFaultcode()
Gives the SOAP Faultcode for the exception (the value of the faultCode element in the SOAP reply).

Returns:
The SOAP Faultcode for the exception.

getFaultstring

public abstract java.lang.String getFaultstring()
Gives the SOAP Faultstring for the exception (the value of the faultString element in the SOAP reply).

Returns:
The SOAP Faultstring for the exception.


Copyright © 2001-2006 UNINETT FAS. All Rights Reserved.