public class RoomException
extends java.lang.RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
RoomException.Code |
Constructor and Description |
---|
RoomException(RoomException.Code code,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
RoomException.Code |
getCode() |
int |
getCodeValue() |
java.lang.String |
toString() |
public RoomException(RoomException.Code code, java.lang.String message)
public RoomException.Code getCode()
public int getCodeValue()
public java.lang.String toString()
toString
in class java.lang.Throwable