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 Details

    • RoomProxyCouldNotBeCreatedException

      public RoomProxyCouldNotBeCreatedException(String message, int statusCode)
      Constructor.
      Parameters:
      message - The exception message.
      statusCode - The reason status code.
  • Method Details

    • getStatusCode

      public int getStatusCode()
      Returns:
      The reason status code.