Skip navigation links


oracle.iam.certification.exception
Class ParameterParsingException

java.lang.Object
  extended by DataAccessException
      extended by oracle.iam.certification.exception.ParameterParsingException


public class ParameterParsingException
extends 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.


Constructor Summary
ParameterParsingException(java.lang.String msg)
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ParameterParsingException

public ParameterParsingException(java.lang.String msg)

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.