C J
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.speedment.jpastreamer.exception - package com.speedment.jpastreamer.exception
J
- JPAStreamerException - Exception in com.speedment.jpastreamer.exception
-
JPAStreamerExceptionis 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
JPAStreamerExceptionwithnullas its detail message. - JPAStreamerException(String) - Constructor for exception com.speedment.jpastreamer.exception.JPAStreamerException
-
Constructs a new
JPAStreamerExceptionwith the specified detail message. - JPAStreamerException(String, Throwable) - Constructor for exception com.speedment.jpastreamer.exception.JPAStreamerException
-
Constructs a new
JPAStreamerExceptionwith 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
JPAStreamerExceptionwith the specified cause and a detail message of(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause).
All Classes All Packages