Klasse RecommendationAssignmentNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.spaghetticodegang.trylater.shared.exception.RecommendationAssignmentNotFoundException
- Alle implementierten Schnittstellen:
Serializable
Thrown when a r ecommendation assignment with the specified ID is not found.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a newRecommendationAssignmentNotFoundException
for the given contact ID. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
RecommendationAssignmentNotFoundException
Constructs a newRecommendationAssignmentNotFoundException
for the given contact ID.
-