Class AblyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.ably.lib.types.AblyException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AblyException.HostFailedException, HttpCore.AuthRequiredException, MessageDecodeException

public class AblyException extends Exception
An exception type encapsulating an Ably error code
See Also:
  • Field Details

  • Constructor Details

    • AblyException

      protected AblyException(Throwable throwable, ErrorInfo reason)
      Constructor for use where there is an ErrorInfo available
  • Method Details