java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
st.orm.PersistenceException
st.orm.NonUniqueResultException
- All Implemented Interfaces:
Serializable
Thrown when
getSingleResult is executed on a query and there is more than one result from the query.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newNonUniqueResultExceptionexception withnullas its detail message.Constructs a newNonUniqueResultExceptionexception withnullas its detail message.NonUniqueResultException(String message) Constructs a newNonUniqueResultExceptionexception with the specified detail message.NonUniqueResultException(String message, Exception cause) Constructs a newNonUniqueResultExceptionexception 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
-
NonUniqueResultException
public NonUniqueResultException()Constructs a newNonUniqueResultExceptionexception withnullas its detail message. -
NonUniqueResultException
Constructs a newNonUniqueResultExceptionexception withnullas its detail message. -
NonUniqueResultException
Constructs a newNonUniqueResultExceptionexception with the specified detail message.- Parameters:
message- the detail message.
-
NonUniqueResultException
Constructs a newNonUniqueResultExceptionexception with the specified detail message.- Parameters:
message- the detail message.
-