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:
Serializable
public class PersistenceException extends RuntimeException
An exception defined for failures of the local persistent store system.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceException(String s)Throws an exception with the specified message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PersistenceException
public PersistenceException(String s)
Throws an exception with the specified message.- Parameters:
s- message for exception
-
-