public class InneractiveInfrastructureError extends InneractiveError
| Constructor and Description |
|---|
InneractiveInfrastructureError(InneractiveErrorCode errorCode) |
InneractiveInfrastructureError(InneractiveErrorCode errorCode,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
description() |
java.lang.Throwable |
getCause() |
InneractiveErrorCode |
getErrorCode() |
void |
setCause(java.lang.Throwable cause) |
public InneractiveInfrastructureError(InneractiveErrorCode errorCode)
public InneractiveInfrastructureError(InneractiveErrorCode errorCode, java.lang.Throwable cause)
public void setCause(java.lang.Throwable cause)
public InneractiveErrorCode getErrorCode()
public java.lang.Throwable getCause()
public java.lang.String description()
description in class InneractiveError