All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.jaw.reference.common.ServiceNotFoundException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----com.sun.jaw.reference.common.JawRuntimeException
|
+----com.sun.jaw.reference.common.ServiceNotFoundException
- public class ServiceNotFoundException
- extends JawRuntimeException
This class represents exceptions raised when a requested service
is not supported.
-
ServiceNotFoundException()
- Default constructor.
-
ServiceNotFoundException(String)
- Constructor that allows a specific error message to be specified.
ServiceNotFoundException
public ServiceNotFoundException()
- Default constructor.
ServiceNotFoundException
public ServiceNotFoundException(String msg)
- Constructor that allows a specific error message to be specified.
All Packages Class Hierarchy This Package Previous Next Index