com.sri.common.controller
Class NoSuchServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.