Class PersistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.netmgt.collection.api.PersistException
-
- All Implemented Interfaces:
Serializable
public class PersistException extends Exception
Generic exception used by theAbstractPersister
.- Author:
- jwhite
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PersistException
public PersistException(Throwable cause)
-
-