# InvalidAppActionException

## Class Overview

Exception class when an app action is configured incorrectly.

## Summary

| Public Constructors |
| --- |
| [InvalidAppActionException](https://building.usebutton.com/button-android/latest/reference/com/usebutton/sdk/exception/InvalidAppActionException.html#InvalidAppActionException(java.lang.String))( [String](https://d.android.com/reference/java/lang/String.html) message) |

## Inherited Methods

| Method | Return Type |
| --- | --- |
| [void](https://d.android.com/reference/java/lang/Object.html) | clone() |
| boolean | equals( [Object](https://d.android.com/reference/java/lang/Object.html) arg0) |
| void | finalize() |
| final<br> <br> <br> [Class](https://d.android.com/reference/java/lang/Class.html) <?> | getClass() |
| int | hashCode() |
| final<br> <br> <br> void | notify() |
| final<br> <br> <br> void | notifyAll() |
| [String](https://d.android.com/reference/java/lang/String.html) | toString() |
| final<br> <br> <br> void | wait(long arg0, int arg1) |
| final<br> <br> <br> void | wait(long arg0) |
| final<br> <br> <br> void | wait() |

## Public Constructors

#### public InvalidAppActionException( [String](https://d.android.com/reference/java/lang/String.html) message)
