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:
Serializable
public class ConfigObjectRetrievalFailureException extends org.springframework.orm.ObjectRetrievalFailureException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigObjectRetrievalFailureException(String message, 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
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-