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
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 |
ServiceControlException
public ServiceControlException(String
msg,
Throwable
t)
ServiceControlException
public ServiceControlException(String
msg)
getSoapFault() Method
public SoapFault
getSoapFault()
Related Topics
SoapFault
hasSoapFault() Method
public boolean hasSoapFault()