nl.gx.webmanager.wcb.lifecycle
Class ComponentLifecycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.gx.webmanager.wcb.lifecycle.ComponentLifecycleException
All Implemented Interfaces:
java.io.Serializable

public class ComponentLifecycleException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ComponentLifecycleException(java.lang.String message)
          Constructor.
ComponentLifecycleException(java.lang.String message, java.lang.Throwable cause)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentLifecycleException

public ComponentLifecycleException(java.lang.String message)
Constructor.

Parameters:
message - Exception message.

ComponentLifecycleException

public ComponentLifecycleException(java.lang.String message,
                                   java.lang.Throwable cause)
Constructor.

Parameters:
message - Exception message.
cause - Causing exception.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.