Package javax.persistence
Class NonUniqueResultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- javax.persistence.NonUniqueResultException
-
- All Implemented Interfaces:
Serializable
public class NonUniqueResultException extends PersistenceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonUniqueResultException()NonUniqueResultException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NonUniqueResultException
public NonUniqueResultException()
-
NonUniqueResultException
public NonUniqueResultException(String message)
-
-