net.sf.jzeno.exception
Interface NonFatalException

All Known Implementing Classes:
OptimisticLockException

public interface NonFatalException

Tagging interface for non-fatal exceptions. Ny default all non-caught exceptions will toss your current session. If you don't want that tag your exception with this interface.