Class DiskAccessException

    • Constructor Detail

      • DiskAccessException

        public DiskAccessException()
        Constructs a new DiskAccessException.
      • DiskAccessException

        public DiskAccessException​(String msg,
                                   Region r)
        Constructs a new DiskAccessException with a message string.
        Parameters:
        msg - a message string
        r - The Region for which the disk operation failed
      • DiskAccessException

        public DiskAccessException​(String msg,
                                   String regionName)
        Constructs a new DiskAccessException with a message string.
        Parameters:
        msg - a message string
        regionName - The name of the Region for which the disk operation failed
        Since:
        GemFire 6.5
      • DiskAccessException

        public DiskAccessException​(String msg,
                                   DiskStore ds)
        Constructs a new DiskAccessException with a message string.
        Parameters:
        msg - a message string
        ds - The disk store for which the disk operation failed
        Since:
        GemFire 6.5
      • DiskAccessException

        public DiskAccessException​(String msg,
                                   Throwable cause,
                                   String regionName)
        Constructs a new DiskAccessException with a message string and a cause.
        Parameters:
        msg - the message string
        cause - a causal Throwable
        regionName - The name of the Region for which the disk operation failed
        Since:
        GemFire 6.5
      • DiskAccessException

        public DiskAccessException​(String msg,
                                   Throwable cause,
                                   DiskStore ds)
        Constructs a new DiskAccessException with a message string and a cause.
        Parameters:
        msg - the message string
        cause - a causal Throwable
        ds - The disk store for which the disk operation failed
        Since:
        GemFire 6.5
      • DiskAccessException

        public DiskAccessException​(Throwable cause)
        Constructs a new DiskAccessException with a cause.
        Parameters:
        cause - a causal Throwable
      • DiskAccessException

        public DiskAccessException​(String msg,
                                   Throwable cause)
        Constructs a new DiskAccessException with a message string and a cause.
        Parameters:
        msg - the message string
        cause - a causal Throwable
        Since:
        GemFire 8.0
      • DiskAccessException

        public DiskAccessException​(String msg)
        Constructs a new DiskAccessException with a message string.
        Parameters:
        msg - the message string
    • Method Detail

      • isRemote

        public boolean isRemote()
        Returns true if this exception originated from a remote node.
        Returns:
        whether this exception originated from a remote node