Class MMInputNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- fi.tut.mei.matchmaking.matching_ws.rest.exceptions.MMInputNotFoundException
-
- All Implemented Interfaces:
Serializable
public class MMInputNotFoundException extends RuntimeException
Here resource represents PRD Ontology or RD Ontology or System Layout or combinations of these inputs, whch are rquested in MM request but not found on our Server. This exception is Runtime Exception and is thrown by Web Service System- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MMInputNotFoundException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MMInputNotFoundException
public MMInputNotFoundException(String message)
-
-