Class ConfigurationBeanLoaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.cornell.mannlib.vitro.webapp.utils.configuration.ConfigurationBeanLoaderException
-
- All Implemented Interfaces:
Serializable
public class ConfigurationBeanLoaderException extends Exception
Indicates that the loading of configuration beans did not succeed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationBeanLoaderException(String message)ConfigurationBeanLoaderException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-