org.jwarp.service
Class ServiceNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jwarp.service.ServiceException
                    |
                    +--org.jwarp.service.ServiceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ServiceNotFoundException
extends ServiceException

Exception thrown when a requested service could not be found.

Version:
1.0
Author:
Anatole Tresch, Martin Schaefer
See Also:
Serialized Form

Constructor Summary
ServiceNotFoundException(java.lang.String message)
          Create a new exception.
 
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(java.lang.String message)
Create a new exception.
Parameters:
message - The message

©   O R C A   S y s t e m s