Class GemFireCheckedException

    • Constructor Detail

      • GemFireCheckedException

        public GemFireCheckedException()
        Creates a new GemFireException with no detailed message.
      • GemFireCheckedException

        public GemFireCheckedException​(String message)
        Creates a new GemFireCheckedException with the given detail message.
        Parameters:
        message - the detail message
      • GemFireCheckedException

        public GemFireCheckedException​(String message,
                                       Throwable cause)
        Creates a new GemFireException with the given detail message and cause.
        Parameters:
        message - the detail message
        cause - the cause
      • GemFireCheckedException

        public GemFireCheckedException​(Throwable cause)
        Creates a new GemFireCheckedException with the given cause and no detail message
        Parameters:
        cause - the cause
    • Method Detail

      • getRootCause

        public Throwable getRootCause()
        Returns the root cause of this GemFireCheckedException or null if the cause is nonexistent or unknown.
        Returns:
        the root cause of this GemFireCheckedException