Package

com.byteslounge.slickrepo

exception

Permalink

package exception

Visibility
  1. Public
  2. All

Type Members

  1. class DuplicatedHandlerException extends RuntimeException

    Permalink

    Exception thrown during entity lifecycle listener configuration when a listener for a given event type is detected more than once in the same class.

  2. class ListenerInvocationException extends RuntimeException

    Permalink

    Exception thrown when entity lifecycle listener invocation fails.

  3. class OptimisticLockException extends RuntimeException

    Permalink

    Exception thrown during an attempt to update an entity which was updated by another process in the meantime.

Ungrouped