Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.io.exceptions
Class ImportDocumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nuxeo.ecm.core.io.exceptions.ImportDocumentException
All Implemented Interfaces:
Serializable

public class ImportDocumentException
extends RuntimeException

Import document exception.

Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
ImportDocumentException()
           
ImportDocumentException(String message)
           
ImportDocumentException(String message, Throwable cause)
           
ImportDocumentException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportDocumentException

public ImportDocumentException()

ImportDocumentException

public ImportDocumentException(String message)

ImportDocumentException

public ImportDocumentException(String message,
                               Throwable cause)

ImportDocumentException

public ImportDocumentException(Throwable cause)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.