public class UnsupportedCollaborationServerVersionException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
UnsupportedCollaborationServerVersionException()
Constructs a new exception without any additional information
|
UnsupportedCollaborationServerVersionException(java.lang.String message)
Constructs a new exception with a detailed message
|
UnsupportedCollaborationServerVersionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with a detailed message and a cause
|
UnsupportedCollaborationServerVersionException(java.lang.Throwable cause)
Constructs a new exception with a cause
|
public UnsupportedCollaborationServerVersionException()
public UnsupportedCollaborationServerVersionException(java.lang.String message)
message - Message with the cause of the exceptionpublic UnsupportedCollaborationServerVersionException(java.lang.String message,
java.lang.Throwable cause)
message - Message with the cause of the exceptioncause - Cause of this exceptionpublic UnsupportedCollaborationServerVersionException(java.lang.Throwable cause)
cause - Cause of this exception