Package javax.persistence
Class NoResultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- javax.persistence.NoResultException
-
- All Implemented Interfaces:
Serializable
public class NoResultException extends PersistenceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoResultException()NoResultException(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
-
NoResultException
public NoResultException()
-
NoResultException
public NoResultException(String message)
-
-