Class ExtendedInvalidCipherTextException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.crypto.CryptoException
org.bouncycastle.crypto.InvalidCipherTextException
org.openremote.agent.protocol.bluetooth.mesh.utils.ExtendedInvalidCipherTextException
All Implemented Interfaces:
Serializable

public class ExtendedInvalidCipherTextException extends org.bouncycastle.crypto.InvalidCipherTextException
See Also:
  • Constructor Details

    • ExtendedInvalidCipherTextException

      public ExtendedInvalidCipherTextException(String message, Throwable cause, String tag)
      Constructs ExtendedInvalidCipherTextException
      Parameters:
      message - Exception message
      cause - Throwable cause
      tag - class tag name
  • Method Details

    • getTag

      public String getTag()
      Returns the tag name of the class.

      Using the tag we can find out on which class the exception occurred.

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • getCause

      public Throwable getCause()
      Overrides:
      getCause in class org.bouncycastle.crypto.CryptoException