Class IntegrityException

All Implemented Interfaces:
Serializable

public class IntegrityException extends RuntimeException
Thrown when data are corrupt or tampered with.
See Also:
  • Constructor Details

    • IntegrityException

      public IntegrityException(String msg)
      Construct an exception with a specific message.
      Parameters:
      msg - The message
    • IntegrityException

      public IntegrityException(String msg, Exception ex)
      Construct an exception with a specific message and inner exception
      Parameters:
      msg - The provided message
      ex - The inner exception