Class FileFolderServiceImpl.InvalidTypeException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    FileFolderServiceImpl

    public static class FileFolderServiceImpl.InvalidTypeException
    extends java.lang.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​(java.lang.String msg)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidTypeException

        public InvalidTypeException​(java.lang.String msg)