ServiceControlException Class

com.bea.control
ServiceControlException Class

public class ServiceControlException

    extends ControlException

The ServiceControlException class can be used to throw exceptions from a web service control.

Related Topics

ControlException


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        ControlException
          ControlException
            ServiceControlException
All Implemented Interfaces

Serializable
Direct Known Subclasses

ServiceControlException

Constructor Summary

ServiceControlException(String msg, Throwable t)

ServiceControlException(String msg)

 

Method Summary

public SoapFault
getSoapFault()
public boolean
hasSoapFault()
 
Methods from  com.bea.control.ControlException
getNestedException
 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

ServiceControlException

public ServiceControlException(String msg, 
                               Throwable t)

ServiceControlException

public ServiceControlException(String msg)
 

Method Detail

getSoapFault() Method

public SoapFault getSoapFault()

Related Topics

SoapFault


hasSoapFault() Method

public boolean hasSoapFault()