org.apache.flume.channel.file.encryption
Class DecryptionFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flume.FlumeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DecryptionFailureException
public DecryptionFailureException(String msg)
DecryptionFailureException
public DecryptionFailureException(String msg,
Throwable th)
Copyright © 2009-2014 Apache Software Foundation. All Rights Reserved.