Skip navigation links


oracle.iam.certification.exception
Class DataEncodingException

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


public class DataEncodingException
extends DataAccessException

Exception thrown if certain expected data could not be read due to unkwown encoding or some other reason. This exception will be thrown by DAO implementations. This is subclass of org.springframework.dao.DataAccessException. See spring documentation for more details.


Constructor Summary
DataEncodingException(java.lang.String msg)
           

 

Method Summary

 

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

 

Constructor Detail

DataEncodingException

public DataEncodingException(java.lang.String msg)

Skip navigation links


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