public class

AfexException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.ardic.android.exceptions.AfexException

Summary

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

Public Constructors

public AfexException ()

Added in API level 1

public AfexException (String message)

Added in API level 1

Parameters
message String

public AfexException (String message, Throwable throwable)

Added in API level 1

Parameters
message String
throwable Throwable