org.apache.slide.common
Class ServiceParameterErrorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.slide.common.SlideException
                    |
                    +--org.apache.slide.common.ServiceParameterErrorException
All Implemented Interfaces:
java.io.Serializable

public class ServiceParameterErrorException
extends SlideException

Service parameter error.

Version:
$Revision: 1.2 $
Author:
Remy Maucherat
See Also:
Serialized Form

Constructor Summary
ServiceParameterErrorException(Service service, java.lang.String parameter)
          Constructor.
 
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

ServiceParameterErrorException

public ServiceParameterErrorException(Service service,
                                      java.lang.String parameter)
Constructor.
Parameters:
service - Service
parameter - Name of the missing parameter