public static class

AirshipConfigOptions.ConfigException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.urbanairship.AirshipConfigOptions.ConfigException

Class Overview

Config exceptions when trying to load properties from a resource.

Summary

Public Constructors
ConfigException(String message, Throwable throwable)
Default constructor.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ConfigException (String message, Throwable throwable)

Default constructor.

Parameters
message The message.
throwable The cause.