Package mops.businesslogic.exception
Class FileNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- mops.exception.MopsException
-
- mops.businesslogic.exception.FileNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class FileNotFoundException extends MopsException
Throws if file is not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileNotFoundException(java.lang.String message)
Throws if file is not found.FileNotFoundException(java.lang.String message, java.lang.Throwable cause)
Throws if file is not found.
-
-
-
Constructor Detail
-
FileNotFoundException
public FileNotFoundException(java.lang.String message)
Throws if file is not found.- Parameters:
message
- explanation of the error
-
FileNotFoundException
public FileNotFoundException(java.lang.String message, java.lang.Throwable cause)
Throws if file is not found.- Parameters:
message
- explanation of the errorcause
- wrapped exception
-
-