Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.filemanager.api
Class FileManagerPermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuxeo.ecm.core.api.ClientException
              extended by org.nuxeo.ecm.platform.filemanager.api.FileManagerPermissionException
All Implemented Interfaces:
Serializable

Deprecated. use the standard security exception SecurityException or DocumentSecurityException

@Deprecated
public class FileManagerPermissionException
extends ClientException

Marker exception to be raised by a FileManagerService importer plugin to tell the service that it could not create the requested document because of an missing authorization.

The FileManagerService service is responsible to catch this exception and build an informative message for the UI layer.

We derive from ClientException not to break existing API (BBB) though this is not strictly required.

Author:
Olivier Grisel
See Also:
Serialized Form

Constructor Summary
FileManagerPermissionException()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.nuxeo.ecm.core.api.ClientException
wrap
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileManagerPermissionException

public FileManagerPermissionException()
Deprecated. 

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.