Package 

Class ChatCompositeException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class ChatCompositeException
    extends AzureException
                        

    Defines the base type of custom Exception that can be thrown by this Library.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChatCompositeException

        ChatCompositeException(String errorMessage, Throwable cause)
        Constructs a new Chat Composite exception with the specified error message and cause.
        Parameters:
        errorMessage - - the error message.
        cause - - the cause (which is saved for later retrieval by the getCause() method).
      • ChatCompositeException

        ChatCompositeException(Throwable cause)
        Constructs a new Chat Composite exception with the specified cause and message of(cause==null ?
        Parameters:
        cause - - the cause (which is saved for later retrieval by the Throwable.getCause() method).A null value is permitted, and indicates that the cause is nonexistent or unknown.