Gallagher Mobile Connect SDK
Public Member Functions | List of all members
com.gallagher.security.mobileaccess.FatalError Class Reference

Inherits RuntimeException.

Public Member Functions

 FatalError (@NonNull String string, @NonNull Throwable cause)
 
 FatalError (@NonNull String string)
 

Detailed Description

A FatalError represents a programmer error or bug in the program. These should never be caught, the correct response is to crash the process

Constructor & Destructor Documentation

◆ FatalError() [1/2]

com.gallagher.security.mobileaccess.FatalError.FatalError ( @NonNull String  string,
@NonNull Throwable  cause 
)
15 {
16 super(string, cause);
17 }

◆ FatalError() [2/2]

com.gallagher.security.mobileaccess.FatalError.FatalError ( @NonNull String  string)
19 {
20 super(string);
21 }

The documentation for this class was generated from the following file: