Package org.opensaml.core.xml.config
Class XMLConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.core.xml.config.XMLConfigurationException
- All Implemented Interfaces:
Serializable
An exception thrown when an error occurs loading information via
XMLConfigurator
.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.XMLConfigurationException
(String message) Constructor.XMLConfigurationException
(String message, Throwable wrappedException) Constructor.XMLConfigurationException
(Throwable wrappedException) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
-
Constructor Details
-
XMLConfigurationException
public XMLConfigurationException()Constructor. -
XMLConfigurationException
Constructor.- Parameters:
message
- exception message
-
XMLConfigurationException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
XMLConfigurationException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-