Package org.onosproject.persistence.impl
Class PersistenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.onosproject.persistence.impl.PersistenceException
-
- All Implemented Interfaces:
java.io.Serializable
public class PersistenceException extends java.lang.RuntimeExceptionAn exception defined for failures of the local persistent store system.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceException(java.lang.String s)Throws an exception with the specified message.
-