public class Api900Exception
extends java.lang.RuntimeException
Constructor and Description |
---|
Api900Exception(java.lang.String message)
Instantiates a new exception for API 900.
|
Modifier and Type | Method and Description |
---|---|
static Api900Exception |
of(java.lang.String message)
Convenience method for generating RedVox exceptions.
|
public Api900Exception(java.lang.String message)
message
- The error message.public static Api900Exception of(java.lang.String message)
message
- The exception error message.