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