com.sun.jaw.reference.common
Class 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. Also thrown by a repository service which does not support persistency.

See Also:
Serialized Form

Constructor Summary
ServiceNotFoundException()
          Default constructor.
ServiceNotFoundException(java.lang.String msg)
          Constructor that allows a specific error message to be specified.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceNotFoundException

public ServiceNotFoundException()
Default constructor.

ServiceNotFoundException

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