Class InvalidWrappingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.crypto.InvalidWrappingException
All Implemented Interfaces:
Serializable

public class InvalidWrappingException extends Exception
Exception thrown when an invalid key wrapping is encountered.
See Also:
  • Constructor Details

    • InvalidWrappingException

      public InvalidWrappingException(String msg)
      Base constructor.
      Parameters:
      msg - a message concerning the exception.
    • InvalidWrappingException

      public InvalidWrappingException(String msg, Throwable cause)
      Constructor when this exception is due to another one.
      Parameters:
      msg - a message concerning the exception.
      cause - the exception that caused this exception to be thrown.