Class IllegalState

    • Constructor Detail

      • IllegalState

        public IllegalState​(String message)
        Constructs new IllegalState with the specified detail message and cause.
        Parameters:
        message - The detail message
      • IllegalState

        public IllegalState​(String message,
                            Throwable cause)
        Constructs new IllegalState with the specified detail message and cause.
        Parameters:
        message - The detail message
        cause - The cause