public class FileException
extends java.lang.Exception
Constructor and Description |
---|
FileException(java.lang.String message)
Default constructor with only string message.
|
FileException(java.lang.String message,
java.lang.Throwable cause)
Default constructor with string message and the Java Throwable cause.
|
public FileException(java.lang.String message)
message
- the error descriptionpublic FileException(java.lang.String message, java.lang.Throwable cause)
message
- the error descriptioncause
- the cause this trigger the exception