java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
st.orm.PersistenceException
st.orm.NoResultException
- All Implemented Interfaces:
Serializable
Thrown when
getSingleResult is executed on a query and there is no result to return.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newNoResultExceptionexception withnullits detail message.NoResultException(String message) Constructs a newNoResultExceptionexception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoResultException
public NoResultException()Constructs a newNoResultExceptionexception withnullits detail message. -
NoResultException
Constructs a newNoResultExceptionexception with the specified detail message.- Parameters:
message- the detail message.
-