org.exoplatform.clouddrive.cmis.ecms.viewer.storage
Class DocumentNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by 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

Constructor Summary
DocumentNotFoundException(String s)
           
DocumentNotFoundException(String message, Throwable cause)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.