Class GemFireIOException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    SerializationException

    public class GemFireIOException
    extends GemFireException
    A GemFireIOException is thrown when a GemFire operation failure is caused by an IOException.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GemFireIOException​(java.lang.String message)  
      GemFireIOException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new GemFireIOException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • GemFireIOException

        public GemFireIOException​(java.lang.String message,
                                  java.lang.Throwable cause)
        Creates a new GemFireIOException.
        Parameters:
        message - the detail message
        cause - the cause
      • GemFireIOException

        public GemFireIOException​(java.lang.String message)