Class X509BundleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.spiffe.exception.X509BundleException
All Implemented Interfaces:
Serializable

public class X509BundleException extends Exception
Checked exception thrown when there is an error parsing the components of an X.509 Bundle.
See Also:
  • Constructor Details

    • X509BundleException

      public X509BundleException(String message)
    • X509BundleException

      public X509BundleException(String message, Throwable cause)