com.sri.common.controller
Class NoSuchServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sri.common.controller.NoSuchServiceException
All Implemented Interfaces:
Serializable

public class NoSuchServiceException
extends RuntimeException

Exception thrown when we are unable to locate the given service specified in the service locator

Version:
1.0
Author:
Michael Rimov
See Also:
Serialized Form

Constructor Summary
NoSuchServiceException()
           
NoSuchServiceException(String message)
           
NoSuchServiceException(String message, Throwable cause)
           
NoSuchServiceException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchServiceException

public NoSuchServiceException()

NoSuchServiceException

public NoSuchServiceException(String message)

NoSuchServiceException

public NoSuchServiceException(Throwable cause)

NoSuchServiceException

public NoSuchServiceException(String message,
                              Throwable cause)


Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.