Class FrameworkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.gx.webmanager.services.framework.spi.FrameworkException
-
- All Implemented Interfaces:
Serializable
public class FrameworkException extends Exception
General purpose exception to hide exceptions thrown by service providers.- Author:
- bramk
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FrameworkException(String message)
Constructs a ConfigurationException.FrameworkException(String message, Throwable cause)
Constructs a ConfigurationException with a cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FrameworkException
public FrameworkException(String message)
Constructs a ConfigurationException.- Parameters:
message
- the message
-
-