Class RoomProxyCouldNotBeCreatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.ecss.extensions.api.webapp.ce.RoomProxyCouldNotBeCreatedException
- All Implemented Interfaces:
Serializable
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public class RoomProxyCouldNotBeCreatedException
extends Exception
Exception to be thrown when the creation of a proxy room failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRoomProxyCouldNotBeCreatedException
(String message, int statusCode) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RoomProxyCouldNotBeCreatedException
Constructor.- Parameters:
message
- The exception message.statusCode
- The reason status code.
-
-
Method Details
-
getStatusCode
public int getStatusCode()- Returns:
- The reason status code.
-