Class NotConfiguredException

    • Constructor Detail

      • NotConfiguredException

        public NotConfiguredException​(java.lang.String message,
                                      java.lang.Throwable cause)
        Constructs a new NotConfiguredException.
        Parameters:
        message -
        cause -
      • NotConfiguredException

        public NotConfiguredException​(java.lang.String message)
        Constructs a new NotConfiguredException.
        Parameters:
        message -
      • NotConfiguredException

        public NotConfiguredException​(java.lang.Throwable cause)
        Constructs a new NotConfiguredException.
        Parameters:
        cause -