Class NotConfiguredException

All Implemented Interfaces:
Serializable

public class NotConfiguredException extends IllegalStateException
Thrown by AbstractConfiguredBean.getRequiredConfig() when the bean is not configured.
See Also:
  • Constructor Details

    • NotConfiguredException

      public NotConfiguredException()
    • NotConfiguredException

      public NotConfiguredException(Throwable t)
    • NotConfiguredException

      public NotConfiguredException(String message)
    • NotConfiguredException

      public NotConfiguredException(String message, Throwable t)