Package org.opennms.netmgt.config
Class ConfigObjectRetrievalFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.core.NestedRuntimeException
-
- org.springframework.dao.DataAccessException
-
- org.springframework.dao.NonTransientDataAccessException
-
- org.springframework.dao.DataRetrievalFailureException
-
- org.springframework.orm.ObjectRetrievalFailureException
-
- org.opennms.netmgt.config.ConfigObjectRetrievalFailureException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConfigObjectRetrievalFailureException extends org.springframework.orm.ObjectRetrievalFailureException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigObjectRetrievalFailureException(java.lang.String message, java.lang.Throwable throwable)
-
Method Summary
-
Methods inherited from class org.springframework.orm.ObjectRetrievalFailureException
getIdentifier, getPersistentClass, getPersistentClassName
-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
-