Class DataEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
oracle.iam.certification.exception.DataEncodingException
- All Implemented Interfaces:
Serializable
public class DataEncodingException
extends org.springframework.dao.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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataEncodingException
-