Class CopyException

All Implemented Interfaces:
Serializable

public class CopyException extends GemFireException
Indicates a failure to copy an object.
Since:
GemFire 4.0
See Also:
  • Constructor Details

    • CopyException

      public CopyException()
      Constructs a new CopyException.
    • CopyException

      public CopyException(String msg)
      Constructs a new CopyException with a message string.
      Parameters:
      msg - a message string
    • CopyException

      public CopyException(String msg, Throwable cause)
      Constructs a new CopyException with a message string and a cause.
      Parameters:
      msg - the message string
      cause - a causal Throwable
    • CopyException

      public CopyException(Throwable cause)
      Constructs a new CopyException with a cause.
      Parameters:
      cause - a causal Throwable