Package com.unblu.sdk.core.callback
Class UnsupportedCollaborationServerVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.unblu.sdk.core.callback.UnsupportedCollaborationServerVersionException
- All Implemented Interfaces:
Serializable
Exception thrown if an API call isn't supported because of the Collaboration Server version.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new exception without any additional informationConstructs a new exception with a detailed messageUnsupportedCollaborationServerVersionException
(String message, Throwable cause) Constructs a new exception with a detailed message and a causeConstructs a new exception with a cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedCollaborationServerVersionException
public UnsupportedCollaborationServerVersionException()Constructs a new exception without any additional information -
UnsupportedCollaborationServerVersionException
Constructs a new exception with a detailed message- Parameters:
message
- Message with the cause of the exception
-
UnsupportedCollaborationServerVersionException
Constructs a new exception with a detailed message and a cause- Parameters:
message
- Message with the cause of the exceptioncause
- Cause of this exception
-
UnsupportedCollaborationServerVersionException
Constructs a new exception with a cause- Parameters:
cause
- Cause of this exception
-