public class EMSRException
extends java.io.IOException
| Constructor and Description |
|---|
EMSRException(int status)
Create a new instance of
EMSRException class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode()
Get status code that cause this exception.
|
public EMSRException(int status)
EMSRException class.status - the status that cause the exception.