Class InternalGemFireException

  • All Implemented Interfaces:
    Serializable

    public class InternalGemFireException
    extends GemFireException
    An InternalGemFireException is thrown when a low level, internal, operation fails due to no fault of the user. The message often contains an operating system error code.
    See Also:
    Serialized Form
    • Constructor Detail

      • InternalGemFireException

        public InternalGemFireException()
      • InternalGemFireException

        public InternalGemFireException​(Throwable cause)
      • InternalGemFireException

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

        public InternalGemFireException​(String message,
                                        Throwable thr)
        Creates a new InternalGemFireException that was caused by a given exception
        Parameters:
        message - the detail message
        thr - the cause