public class

UnavailableServiceException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ uk.ac.imperial.presage2.core.environment.UnavailableServiceException

Class Overview

Thrown when a requested EnvironmentService is not available. i.e. In cannot be given in the current context.

Summary

Public Constructors
UnavailableServiceException(Class<? extends EnvironmentService> type)
Public Methods
String getMessage()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnavailableServiceException (Class<? extends EnvironmentService> type)

Public Methods

public String getMessage ()

Since: API Level