Class FileFolderServiceImpl.InvalidTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.repo.model.filefolder.FileFolderServiceImpl.InvalidTypeException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FileFolderServiceImpl
public static class FileFolderServiceImpl.InvalidTypeException extends RuntimeException
Exception when the type is not a valid File or Folder type- Author:
- Derek Hulley
- See Also:
ContentModel.TYPE_CONTENT,ContentModel.TYPE_FOLDER, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidTypeException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidTypeException
public InvalidTypeException(String msg)
-
-