Class IntegrityException

  • All Implemented Interfaces:
    Serializable

    public class IntegrityException
    extends IllegalStateException
    An IntegrityException is usually thrown to indicate a misconfiguration of a WComponent.
    Since:
    1.0.0
    Author:
    Martin Shevchenko.
    See Also:
    Serialized Form
    • Constructor Detail

      • IntegrityException

        public IntegrityException​(String message)
        Creates an IntegrityException.
        Parameters:
        message - the message.