org.apache.tika.exception
Class EncryptedDocumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tika.exception.TikaException
              extended by org.apache.tika.exception.EncryptedDocumentException
All Implemented Interfaces:
Serializable

public class EncryptedDocumentException
extends TikaException

See Also:
Serialized Form

Constructor Summary
EncryptedDocumentException()
           
EncryptedDocumentException(String info)
           
EncryptedDocumentException(String info, Throwable th)
           
EncryptedDocumentException(Throwable th)
           
 
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

EncryptedDocumentException

public EncryptedDocumentException()

EncryptedDocumentException

public EncryptedDocumentException(Throwable th)

EncryptedDocumentException

public EncryptedDocumentException(String info)

EncryptedDocumentException

public EncryptedDocumentException(String info,
                                  Throwable th)


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.