Class UnsupportedCollaborationServerVersionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedCollaborationServerVersionException
    extends java.lang.RuntimeException
    Exception thrown if an API call isn't supported because of the Collaboration Server version.
    See Also:
    Serialized Form
    • Method Summary

      • 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

      • UnsupportedCollaborationServerVersionException

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

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

        public UnsupportedCollaborationServerVersionException​(java.lang.String message,
                                                              java.lang.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​(java.lang.Throwable cause)
        Constructs a new exception with a cause
        Parameters:
        cause - Cause of this exception