ModuleUnavailableException

  • ModuleUnavailableException is a public final class that extends Exception.

  • This exception is thrown when the internal Cast module fails to load.

  • It has one public constructor that takes an Exception as a parameter.

  • The class inherits methods from java.lang.Throwable and java.lang.Object.

public final class ModuleUnavailableException extends Exception

An exception thrown when the internal Cast module fails to load.

Public Constructor Summary

Inherited Method Summary

Public Constructors

public ModuleUnavailableException (Exception cause)