com.ibm.portal.resolver.exceptions
Class ServiceNotAvailableException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           com.ibm.portal.resolver.exceptions.ResolutionException
com.ibm.portal.resolver.exceptions.ResolutionException
               com.ibm.portal.resolver.exceptions.EntityNotFoundException
com.ibm.portal.resolver.exceptions.EntityNotFoundException
                   com.ibm.portal.resolver.exceptions.ServiceNotFoundException
com.ibm.portal.resolver.exceptions.ServiceNotFoundException
                       com.ibm.portal.resolver.exceptions.ServiceHandlerNotFoundException
com.ibm.portal.resolver.exceptions.ServiceHandlerNotFoundException
                           com.ibm.portal.resolver.exceptions.ServiceNotAvailableException
com.ibm.portal.resolver.exceptions.ServiceNotAvailableException
- All Implemented Interfaces: 
- Localized, LocalizedStatus, Addressable, Constants, java.io.Serializable
- 
public class ServiceNotAvailableException 
- extends ServiceHandlerNotFoundException
A service could not be found
- Since:
- 7.0
- See Also:
- Serialized Form
| Field Summary | 
| protected  ServiceHandler | handler service handler that could not instantiate the service
 | 
 
 
 
 
 
 
| Method Summary | 
| ServiceHandler | getHandler() 
 | 
| java.lang.String | getTitle(java.util.Locale aLocale) Return the title of this object in the given locale.
 | 
 
 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
handler
protected final ServiceHandler handler
- service handler that could not instantiate the service
 
 
ServiceNotAvailableException
public ServiceNotAvailableException(java.lang.Class<?> aService,
                                    ServiceHandler aHandler,
                                    java.net.URI aPocURI)
- Parameters:
- aService - - aPocURI - 
getHandler
public ServiceHandler getHandler()
- 
- Returns:
- Returns the handler.
 
getTitle
public java.lang.String getTitle(java.util.Locale aLocale)
- Description copied from interface: Localized
- Returns the title of this object in the given locale.
 
- 
- Specified by:
- getTitle in interface Localized
- Overrides:
- getTitle in class ServiceHandlerNotFoundException
 
- 
- Parameters:
- aLocale - the locale for which to retrieve the title, must not
      be null.
- Returns:
- the title of this node in the given locale. If a title is not
      available in the given locale, this method will return null.
      It is up to the invoker of the method to implement an appropriate
      fallback mechanism.