C J 
All Classes All Packages

C

com.speedment.jpastreamer.exception - package com.speedment.jpastreamer.exception
 

J

JPAStreamerException - Exception in com.speedment.jpastreamer.exception
JPAStreamerException is the superclass of those exceptions that can be thrown during the normal operation of the JPAStreamer framework.
JPAStreamerException() - Constructor for exception com.speedment.jpastreamer.exception.JPAStreamerException
Constructs a new JPAStreamerException with null as its detail message.
JPAStreamerException(String) - Constructor for exception com.speedment.jpastreamer.exception.JPAStreamerException
Constructs a new JPAStreamerException with the specified detail message.
JPAStreamerException(String, Throwable) - Constructor for exception com.speedment.jpastreamer.exception.JPAStreamerException
Constructs a new JPAStreamerException with the specified detail message and cause.
JPAStreamerException(String, Throwable, boolean, boolean) - Constructor for exception com.speedment.jpastreamer.exception.JPAStreamerException
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
JPAStreamerException(Throwable) - Constructor for exception com.speedment.jpastreamer.exception.JPAStreamerException
Constructs a new JPAStreamerException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
C J 
All Classes All Packages