Class UserConfigurationException

All Implemented Interfaces:
Serializable

public class UserConfigurationException extends RuntimeException
Exception that should be thrown when is assumed to be basen on an incorrect configuration entered by the user.
See Also:
  • Constructor Details

    • UserConfigurationException

      public UserConfigurationException(String message)
      Constructs a new UserConfigurationException with the specified detail message.
      Parameters:
      message - the detail message.
    • UserConfigurationException

      public UserConfigurationException(String methodCall, ObjectDefinition objectDefinition, RuntimeException e)
      Constructs a new UserConfigurationException with the specified method call, object definition, and cause.
      Parameters:
      methodCall - the method call that caused the exception.
      objectDefinition - the object definition related to the exception.
      e - the cause of the exception.