Class IfMMException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fi.tut.mei.matchmaking.process.interfacemm.exception.IfMMException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GeneralIfMMException
,ResourceNotFoundException
public class IfMMException extends Exception
Interface Matchmaking Exception- Author:
- Niko Siltala
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IfMMException()
IfMMException(String arg0)
IfMMException(String arg0, Throwable arg1)
IfMMException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
IfMMException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-