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.


Constructor Index

 o ServiceNotFoundException()
Default constructor.
 o ServiceNotFoundException(String)
Constructor that allows a specific error message to be specified.

Constructors

 o ServiceNotFoundException
 public ServiceNotFoundException()
Default constructor.

 o ServiceNotFoundException
 public ServiceNotFoundException(String msg)
Constructor that allows a specific error message to be specified.


All Packages  Class Hierarchy  This Package  Previous  Next  Index