Package nl.gx.webmanager.wcb.lifecycle
Class ComponentLifecycleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.gx.webmanager.wcb.lifecycle.ComponentLifecycleException
-
- All Implemented Interfaces:
Serializable
public class ComponentLifecycleException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentLifecycleException(String message)
Constructor.ComponentLifecycleException(String message, Throwable cause)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ComponentLifecycleException
public ComponentLifecycleException(String message)
Constructor.- Parameters:
message
- Exception message.
-
-