org.bouncycastle.crypto

Class InvalidCipherTextException


public class InvalidCipherTextException
extends CryptoException

this exception is thrown whenever we find something we don't expect in a message.

Constructor Summary

InvalidCipherTextException()
base constructor.
InvalidCipherTextException(String message)
create a InvalidCipherTextException with the given message.

Constructor Details

InvalidCipherTextException

public InvalidCipherTextException()
base constructor.


InvalidCipherTextException

public InvalidCipherTextException(String message)
create a InvalidCipherTextException with the given message.

Parameters:
message - the message to be carried with the exception.