Class XMLConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.core.xml.config.XMLConfigurationException
All Implemented Interfaces:
Serializable

public class XMLConfigurationException extends Exception
An exception thrown when an error occurs loading information via XMLConfigurator.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • XMLConfigurationException

      public XMLConfigurationException()
      Constructor.
    • XMLConfigurationException

      public XMLConfigurationException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • XMLConfigurationException

      public XMLConfigurationException(@Nullable Throwable wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • XMLConfigurationException

      public XMLConfigurationException(@Nullable String message, @Nullable Throwable wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one