public class CubeControlException extends RuntimeException
| Constructor and Description |
|---|
CubeControlException(String cubeId,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static CubeControlException |
failedCreate(String cubeId,
Throwable cause) |
static CubeControlException |
failedDestroy(String cubeId,
Throwable cause) |
static CubeControlException |
failedStart(String cubeId,
Throwable cause) |
static CubeControlException |
failedStop(String cubeId,
Throwable cause) |
String |
getCubeId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getCubeId()
public static CubeControlException failedCreate(String cubeId, Throwable cause)
public static CubeControlException failedStart(String cubeId, Throwable cause)
public static CubeControlException failedStop(String cubeId, Throwable cause)
public static CubeControlException failedDestroy(String cubeId, Throwable cause)
Copyright © 2015 JBoss by Red Hat. All rights reserved.