com.businessobjects.dsws.session
Class DSWSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.businessobjects.dsws.session.DSWSException
All Implemented Interfaces:
java.io.Serializable

public class DSWSException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
DSWSException()
           
DSWSException(java.lang.String s)
           
DSWSException(java.lang.String s, java.lang.Throwable ex)
           
 
Method Summary
 com.businessobjects.dsws.DSWSExceptionDocument getFaultMessage()
           
 void setFaultMessage(com.businessobjects.dsws.DSWSExceptionDocument msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DSWSException

public DSWSException()

DSWSException

public DSWSException(java.lang.String s)

DSWSException

public DSWSException(java.lang.String s,
                     java.lang.Throwable ex)
Method Detail

setFaultMessage

public void setFaultMessage(com.businessobjects.dsws.DSWSExceptionDocument msg)

getFaultMessage

public com.businessobjects.dsws.DSWSExceptionDocument getFaultMessage()