Package eu.xenit.alfred.api.exceptions
Class FileExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.xenit.alfred.api.exceptions.FileExistsException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileExistsException(NodeRef source, NodeRef parent, String name) FileExistsException(String message) FileExistsException(String message, NodeRef source, NodeRef parent, String name) FileExistsException(String message, Throwable cause) FileExistsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) FileExistsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, NodeRef source, NodeRef parent, String name) FileExistsException(Throwable cause) FileExistsException(Throwable cause, NodeRef source, NodeRef parent, String name) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
FileExistsException
public FileExistsException() -
FileExistsException
-
FileExistsException
-
FileExistsException
-
FileExistsException
-
FileExistsException
-
FileExistsException
-
FileExistsException
-
FileExistsException
-
FileExistsException
-
-
Method Details