com.vodafone360.people.database.persistenceHelper
Class NotPersistableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.vodafone360.people.database.persistenceHelper.NotPersistableException
All Implemented Interfaces:
java.io.Serializable

public class NotPersistableException
extends java.lang.RuntimeException

NotPersistableException.

Will be thrown if a class is tried to persist which is not implementing the persistable interface

Version:
%I%, %G%
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Generated serial version UID.
 
Constructor Summary
NotPersistableException(java.lang.String message)
          Constructor for this Exception.
 
Method Summary
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Generated serial version UID.

See Also:
Constant Field Values
Constructor Detail

NotPersistableException

public NotPersistableException(java.lang.String message)
Constructor for this Exception.

Parameters:
message - Explanation of the error


JavaDoc