Class RoomProxyCouldNotBeCreatedException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public class RoomProxyCouldNotBeCreatedException
    extends java.lang.Exception
    Exception to be thrown when the creation of a proxy room failed.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getStatusCode()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RoomProxyCouldNotBeCreatedException

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

      • getStatusCode

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