org.apache.flume.channel.file.encryption
Class DecryptionFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.flume.FlumeException
                  extended by org.apache.flume.channel.file.encryption.DecryptionFailureException
All Implemented Interfaces:
Serializable

public class DecryptionFailureException
extends FlumeException

Exception that is thrown when the channel is unable to decrypt an even read from the channel.

See Also:
Serialized Form

Constructor Summary
DecryptionFailureException(String msg)
           
DecryptionFailureException(String msg, 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

DecryptionFailureException

public DecryptionFailureException(String msg)

DecryptionFailureException

public DecryptionFailureException(String msg,
                                  Throwable th)


Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.