Package net.sf.jkniv.sqlegance
Class NonUniqueResultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.jkniv.sqlegance.RepositoryException
-
- net.sf.jkniv.sqlegance.NonUniqueResultException
-
- All Implemented Interfaces:
Serializable
public class NonUniqueResultException extends RepositoryException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonUniqueResultException()Constructor for NonUniqueObjectException without message detailNonUniqueResultException(String msg)Constructor for NonUniqueObjectException.NonUniqueResultException(String msg, Throwable cause)Constructor for NonUniqueObjectException.NonUniqueResultException(Throwable cause)
-
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()
Constructor for NonUniqueObjectException without message detail
-
NonUniqueResultException
public NonUniqueResultException(String msg)
Constructor for NonUniqueObjectException.- Parameters:
msg- the detail from exception message
-
NonUniqueResultException
public NonUniqueResultException(String msg, Throwable cause)
Constructor for NonUniqueObjectException.- Parameters:
msg- the detail from exception messagecause- the trouble root cause , usually JDBC family exception
-
NonUniqueResultException
public NonUniqueResultException(Throwable cause)
-
-