org.exoplatform.clouddrive.cmis.ecms.viewer.storage
Class DocumentNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.exoplatform.clouddrive.cmis.ecms.viewer.storage.DocumentNotFoundException
- All Implemented Interfaces:
- Serializable
public class DocumentNotFoundException
- extends IllegalStateException
Document cannot be found in Viewer storage. It can be not created previously or removed for unknown reason.
It is not expected exception, thus it is instance of RuntimeException.
Created by The eXo Platform SAS
- Version:
- $Id: DocumentNotFoundException.java 00000 Nov 27, 2014 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DocumentNotFoundException
public DocumentNotFoundException(String s)
- Parameters:
s -
DocumentNotFoundException
public DocumentNotFoundException(String message,
Throwable cause)
- Parameters:
message - cause -
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.