Class CollaborationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CollaborationException
    extends java.lang.Exception

    Exception representing a collaboration failure.

    See Also:
    Serialized Form
    • Constructor Detail

      • CollaborationException

        public CollaborationException​(CollaborationError error,
                                      int protocolErrorCode,
                                      java.lang.String protocolErrorReason)
      • CollaborationException

        public CollaborationException​(java.lang.String detailMessage,
                                      CollaborationError error,
                                      int protocolErrorCode,
                                      java.lang.String protocolErrorReason)
    • Method Detail

      • getError

        public CollaborationError getError()
        Returns collaboration error type.
        Returns:
        error type.
      • getProtocolErrorCode

        public int getProtocolErrorCode()
        Returns the error code from the underlying signaling protocol.
        Returns:
        protocol error code.
      • getProtocolErrorReason

        public java.lang.String getProtocolErrorReason()
        Returns the error reason string from the underlying signaling protocol.
        Returns:
        protocol error reason.