Class ResourceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fi.tut.mei.matchmaking.process.interfacemm.exception.IfMMException
-
- fi.tut.mei.matchmaking.process.interfacemm.exception.ResourceNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ResourceNotFoundException extends IfMMException
Resource is not found exception- Author:
- Niko Siltala
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceNotFoundException()
ResourceNotFoundException(String arg0)
ResourceNotFoundException(String arg0, Throwable arg1)
ResourceNotFoundException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
ResourceNotFoundException(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
-
ResourceNotFoundException
public ResourceNotFoundException()
-
ResourceNotFoundException
public ResourceNotFoundException(String arg0)
- Parameters:
arg0
-
-
ResourceNotFoundException
public ResourceNotFoundException(Throwable arg0)
- Parameters:
arg0
-
-
ResourceNotFoundException
public ResourceNotFoundException(String arg0, Throwable arg1)
- Parameters:
arg0
-arg1
-
-
-