Package dev.sigstore.bundle
Class BundleParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dev.sigstore.bundle.BundleParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class BundleParseException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BundleParseException(java.lang.String message)BundleParseException(java.lang.String message, java.lang.Throwable cause)BundleParseException(java.lang.Throwable cause)
-