- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.zerodeplibs.webpush.MessageEncryptionException
-
- All Implemented Interfaces:
Serializable
public class MessageEncryptionException extends RuntimeException
Wraps checked exceptions that may occur during message encryption such as
InvalidAlgorithmParameterException.The underlying exception can be obtained by calling
Throwable.getCause().- Author:
- Tomoki Sato
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-