net.sf.joafip.service
Class FilePersistenceClassNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.joafip.service.FilePersistenceClassNotFoundException
All Implemented Interfaces:
java.io.Serializable

@NotStorableClass
public class FilePersistenceClassNotFoundException
extends java.lang.Exception

Class of a serialized object cannot be found.

Author:
luc peuvrier
See Also:
Serialized Form

Constructor Summary
FilePersistenceClassNotFoundException()
           
FilePersistenceClassNotFoundException(java.lang.String message)
           
FilePersistenceClassNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
FilePersistenceClassNotFoundException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

FilePersistenceClassNotFoundException

public FilePersistenceClassNotFoundException()

FilePersistenceClassNotFoundException

public FilePersistenceClassNotFoundException(java.lang.String message,
                                             java.lang.Throwable cause)

FilePersistenceClassNotFoundException

public FilePersistenceClassNotFoundException(java.lang.String message)

FilePersistenceClassNotFoundException

public FilePersistenceClassNotFoundException(java.lang.Throwable cause)


Copyright © 2007-2009 Luc Peuvrier. All Rights Reserved.