Class CreateRoomException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.user1.union.core.exception.UnionException
net.user1.union.core.exception.CreateRoomException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ModuleAlreadyExistsException
,RoomAlreadyExistsException
Thrown when trying to create a room if the room cannot be created.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreateRoomException
(String message) CreateRoomException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CreateRoomException
public CreateRoomException() -
CreateRoomException
-
CreateRoomException
-