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 Summary
ConstructorsConstructorDescriptionExtendedInvalidCipherTextException
(String message, Throwable cause, String tag) Constructs ExtendedInvalidCipherTextException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExtendedInvalidCipherTextException
Constructs ExtendedInvalidCipherTextException- Parameters:
message
- Exception messagecause
- Throwable causetag
- class tag name
-
-
Method Details
-
getTag
Returns the tag name of the class.Using the tag we can find out on which class the exception occurred.
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getCause
- Overrides:
getCause
in classorg.bouncycastle.crypto.CryptoException
-