gov.sns.tools.pvlogger
Class StateStoreException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--gov.sns.tools.pvlogger.StateStoreException
All Implemented Interfaces:
java.io.Serializable

public class StateStoreException
extends java.lang.RuntimeException

StateStoreException wraps exceptions thrown by the state store.

See Also:
Serialized Form

Constructor Summary
StateStoreException(java.lang.String message, java.lang.Throwable cause)
          Wrap state store exceptions
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateStoreException

public StateStoreException(java.lang.String message,
                           java.lang.Throwable cause)
Wrap state store exceptions

Parameters:
message - The description of the exception
cause - The cause of the exception