Package org.alfresco.service.cmr.model
Class FileNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.alfresco.service.cmr.model.FileNotFoundException
-
- All Implemented Interfaces:
Serializable
@AlfrescoPublicApi public class FileNotFoundException extends Exception
Common, checked exception thrown when a file or folder could not be found- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileNotFoundException(String msg)FileNotFoundException(org.alfresco.service.cmr.repository.NodeRef nodeRef)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FileNotFoundException
public FileNotFoundException(org.alfresco.service.cmr.repository.NodeRef nodeRef)
-
FileNotFoundException
public FileNotFoundException(String msg)
-
-