Package de.dlr.proseo.model.joborder
Class Conf.NonUniqueResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.dlr.proseo.model.joborder.Conf.NonUniqueResultException
- All Implemented Interfaces:
Serializable
- Enclosing class:
Conf
Thrown when a request to a unique named processing parameter is executed and
there is more than one parameter with the given name.
The exception class name is borrowed from
javax.persistence.NonUniqueResultException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNonUniqueResultException(String message) NonUniqueResultException(String message, 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 Details
-
NonUniqueResultException
public NonUniqueResultException() -
NonUniqueResultException
-
NonUniqueResultException
-