Suggestions

close search

StringeeException

public class StringeeException
extends RuntimeException



Defines runtime exceptions thrown by the Stringee Android SDK.



Summary


Public Constructors
StringeeException()

Constructor with no detail message.

StringeeException(String message)

Constructor with a detail message.

StringeeException(String message, Throwable throwable)

Constructs a new exception with the specified detail message and cause.

StringeeException(Throwable throwable)

Constructs a new exception with the cause.


Public constructors


StringeeException

StringeeException()

Constructor with no detail message.


StringeeException

StringeeException(String message)

Constructor with a detail message.

Parameters
message

The detail message of the exception.



StringeeException

StringeeException(String message, Throwable throwable)

Constructs a new exception with the specified detail message and cause.

Parameters
message

The detail message of the exception.

throwable

The cause.



StringeeException

StringeeException(Throwable throwable)

Constructs a new exception with the cause.

Parameters
throwable

The cause.