public class CameraException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static int |
REASON_DISCONNECTED
Camera was forced to disconnect.
|
static int |
REASON_FAILED_TO_CONNECT
We failed to connect to the camera service.
|
static int |
REASON_FAILED_TO_START_PREVIEW
Failed to start the camera preview.
|
static int |
REASON_UNKNOWN
Unknown error.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getReason() |
public static final int REASON_UNKNOWN
public static final int REASON_FAILED_TO_CONNECT
public static final int REASON_FAILED_TO_START_PREVIEW
public static final int REASON_DISCONNECTED