Class CockpitMarkAllException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CockpitMarkAllException
    extends java.lang.RuntimeException
    The Class CockpitMarkAllException. This exception is thrown when the user tries to mark all items and the number of items in the browser model is higher than the allowed maximum.
    See Also:
    Serialized Form
    • 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

      • CockpitMarkAllException

        public CockpitMarkAllException()
        Instantiates a new cockpit mark all exception.
      • CockpitMarkAllException

        public CockpitMarkAllException​(java.lang.String message,
                                       java.lang.Throwable cause)
        The Constructor.
        Parameters:
        message - the message
        cause - the cause
      • CockpitMarkAllException

        public CockpitMarkAllException​(java.lang.String message)
        The Constructor.
        Parameters:
        message - the message
      • CockpitMarkAllException

        public CockpitMarkAllException​(java.lang.Throwable cause)
        The Constructor.
        Parameters:
        cause - the cause