Class UnsupportedCollaborationServerVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.unblu.sdk.core.callback.UnsupportedCollaborationServerVersionException
All Implemented Interfaces:
Serializable

public class UnsupportedCollaborationServerVersionException extends RuntimeException
Exception thrown if an API call isn't supported because of the Collaboration Server version.
See Also:
  • Constructor Details

    • UnsupportedCollaborationServerVersionException

      public UnsupportedCollaborationServerVersionException()
      Constructs a new exception without any additional information
    • UnsupportedCollaborationServerVersionException

      public UnsupportedCollaborationServerVersionException(String message)
      Constructs a new exception with a detailed message
      Parameters:
      message - Message with the cause of the exception
    • UnsupportedCollaborationServerVersionException

      public UnsupportedCollaborationServerVersionException(String message, Throwable cause)
      Constructs a new exception with a detailed message and a cause
      Parameters:
      message - Message with the cause of the exception
      cause - Cause of this exception
    • UnsupportedCollaborationServerVersionException

      public UnsupportedCollaborationServerVersionException(Throwable cause)
      Constructs a new exception with a cause
      Parameters:
      cause - Cause of this exception