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:
java.io.Serializable
public class UnsupportedCollaborationServerVersionException extends java.lang.RuntimeException
Exception thrown if an api is not supported because of the collaboration server- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedCollaborationServerVersionException()
Constructs a new exception without any additional informationUnsupportedCollaborationServerVersionException(java.lang.String message)
Constructs a new exception with a detailed messageUnsupportedCollaborationServerVersionException(java.lang.String message, java.lang.Throwable cause)
Constructs a new exception with a detailed message and a causeUnsupportedCollaborationServerVersionException(java.lang.Throwable cause)
Constructs a new exception with a cause
-
-
-
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 exceptioncause
- Cause of this exception
-
UnsupportedCollaborationServerVersionException
public UnsupportedCollaborationServerVersionException(java.lang.Throwable cause)
Constructs a new exception with a cause- Parameters:
cause
- Cause of this exception
-
-