Module com.zerodeplibs.webpush
Package com.zerodeplibs.webpush.key
Class MalformedUncompressedBytesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.zerodeplibs.webpush.key.MalformedUncompressedBytesException
-
- All Implemented Interfaces:
Serializable
public class MalformedUncompressedBytesException extends RuntimeException
This exception is thrown to indicate that an input octet sequence isn't valid uncompressed form[X9.62].- 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
-
-