InitializationException

@RequiresApi(value = 21)
public class InitializationException extends Exception


InitializationException is thrown when a failure occurs during an initialization process.

Summary

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

InitializationException

Added in 1.0.0
public InitializationException(@Nullable Throwable cause)

InitializationException

Added in 1.0.0
public InitializationException(@Nullable String message)

InitializationException

Added in 1.0.0
public InitializationException(
    @Nullable String message,
    @Nullable Throwable cause
)