public class

RcsServiceNotAvailableException

extends RcsServiceException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.gsma.services.rcs.RcsServiceException
         ↳ com.gsma.services.rcs.RcsServiceNotAvailableException

Class Overview

RCS service not available exception

Thrown when a method of the service API is called and the service API is not bound to the RCS service (e.g. RCS service not yet started or API not yet connected).

Summary

Public Constructors
RcsServiceNotAvailableException()
No Argument Constructor

This is a special case and reason for providing such constructor is due to the fact that we will either have all or none of the services available at any given instance.

RcsServiceNotAvailableException(String message)
Constructor
[Expand]
Inherited Methods
From class com.gsma.services.rcs.RcsServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RcsServiceNotAvailableException ()

Since: API Level 1.5

No Argument Constructor

This is a special case and reason for providing such constructor is due to the fact that we will either have all or none of the services available at any given instance. So we can keep the error message centralized here itself.

public RcsServiceNotAvailableException (String message)

Since: API Level 1.5

Constructor

Parameters
message Error message obtained either from a constant string or through e.getMessage()