Class NoSuchSslBundleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.ssl.NoSuchSslBundleException
All Implemented Interfaces:
Serializable

public class NoSuchSslBundleException extends RuntimeException
Exception indicating that an SslBundle was referenced with a name that does not match any registered bundle.
Since:
3.1.0
Author:
Scott Frederick
See Also:
  • Constructor Details

    • NoSuchSslBundleException

      public NoSuchSslBundleException(String bundleName, String message)
      Create a new SslBundleNotFoundException instance.
      Parameters:
      bundleName - the name of the bundle that could not be found
      message - the exception message
    • NoSuchSslBundleException

      public NoSuchSslBundleException(String bundleName, String message, Throwable cause)
      Create a new SslBundleNotFoundException instance.
      Parameters:
      bundleName - the name of the bundle that could not be found
      message - the exception message
      cause - the exception cause
  • Method Details

    • getBundleName

      public String getBundleName()
      Return the name of the bundle that was not found.
      Returns:
      the bundle name