Class ParameterParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
oracle.iam.certification.exception.ParameterParsingException
All Implemented Interfaces:
Serializable

public class ParameterParsingException extends org.springframework.dao.DataAccessException
Exception thrown when there is issue in parsing parameters. For example when building attributes map for sorting, unidentified parameter is found. This is subclass of org.springframework.dao.DataAccessException. See spring documentation for more details.
See Also:
  • Constructor Details

    • ParameterParsingException

      public ParameterParsingException(String msg)