Class CometException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ERROR_CONTEXT
      The constant ERROR_CONTEXT "com.priint.pubserver.comet.config.CometConfiguration".
      static int GENERIC_ERROR
      The constant GENERIC_ERROR "-1".
    • Constructor Summary

      Constructors 
      Constructor Description
      CometException()
      Instantiates a new Comet exception.
      CometException​(int errorCode, java.lang.Object caller, java.lang.String errorMessage)
      Instantiates a new Comet exception.
      CometException​(int errorCode, java.lang.Object caller, java.lang.Throwable cause)
      Instantiates a new Comet exception.
      CometException​(int errorCode, java.lang.String serverModule, java.lang.String errorMessage)
      Instantiates a new Comet exception.
      CometException​(java.lang.Object caller, java.lang.String errorMessage)
      Instantiates a new Comet exception.
      CometException​(java.lang.Object caller, java.lang.String message, java.lang.Throwable cause)
      Instantiates a new Comet exception.
      CometException​(java.lang.Object caller, java.lang.Throwable cause)
      Instantiates a new Comet exception.
      CometException​(java.lang.Throwable cause)
      Instantiates a new Comet exception.
    • Field Detail

      • ERROR_CONTEXT

        public static final java.lang.String ERROR_CONTEXT
        The constant ERROR_CONTEXT "com.priint.pubserver.comet.config.CometConfiguration".
        See Also:
        Constant Field Values
      • GENERIC_ERROR

        public static final int GENERIC_ERROR
        The constant GENERIC_ERROR "-1".
        See Also:
        Constant Field Values
    • Constructor Detail

      • CometException

        public CometException()
        Instantiates a new Comet exception.
      • CometException

        public CometException​(int errorCode,
                              java.lang.Object caller,
                              java.lang.String errorMessage)
        Instantiates a new Comet exception.
        Parameters:
        errorCode - the error code
        caller - the caller
        errorMessage - the error message
      • CometException

        public CometException​(java.lang.Object caller,
                              java.lang.String errorMessage)
        Instantiates a new Comet exception.
        Parameters:
        caller - the caller
        errorMessage - the error message
      • CometException

        public CometException​(int errorCode,
                              java.lang.String serverModule,
                              java.lang.String errorMessage)
        Instantiates a new Comet exception.
        Parameters:
        errorCode - the error code
        serverModule - the server module
        errorMessage - the error message
      • CometException

        public CometException​(int errorCode,
                              java.lang.Object caller,
                              java.lang.Throwable cause)
        Instantiates a new Comet exception.
        Parameters:
        errorCode - the error code
        caller - the caller
        cause - the cause
      • CometException

        public CometException​(java.lang.Object caller,
                              java.lang.Throwable cause)
        Instantiates a new Comet exception.
        Parameters:
        caller - the caller
        cause - the cause
      • CometException

        public CometException​(java.lang.Object caller,
                              java.lang.String message,
                              java.lang.Throwable cause)
        Instantiates a new Comet exception.
        Parameters:
        caller - the caller
        message - the message
        cause - the cause
      • CometException

        public CometException​(java.lang.Throwable cause)
        Instantiates a new Comet exception.
        Parameters:
        cause - the cause
    • Method Detail

      • getCause

        public java.lang.Throwable getCause()
        Overrides:
        getCause in class java.lang.Throwable