public class

VARSPersistenceException

extends VARSException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ vars.VARSException
           ↳ vars.VARSPersistenceException

Class Overview

Thrown when something bad happens in the DataPersistenceService

Summary

Public Constructors
VARSPersistenceException()
VARSPersistenceException(String s)
VARSPersistenceException(String s, Throwable throwable)
VARSPersistenceException(Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public VARSPersistenceException ()

public VARSPersistenceException (String s)

public VARSPersistenceException (String s, Throwable throwable)

public VARSPersistenceException (Throwable throwable)