public class

PropertyStoreException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.apache.helix.store.PropertyStoreException

Class Overview

This exception class can be used to indicate any exception during operation on the propertystore

Summary

Public Constructors
PropertyStoreException(String msg)
PropertyStoreException()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PropertyStoreException (String msg)

public PropertyStoreException ()