org.ow2.petals.registry.api.exception
Class LifeCycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.registry.api.exception.RegistryException
              extended by org.ow2.petals.registry.api.exception.LifeCycleException
All Implemented Interfaces:
java.io.Serializable

public class LifeCycleException
extends RegistryException

Author:
Christophe HAMERLING - eBM WebSourcing
See Also:
Serialized Form

Constructor Summary
LifeCycleException()
          Creates a new instance of LifeCycleException
LifeCycleException(java.lang.String message)
          Creates a new instance of LifeCycleException
LifeCycleException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance of LifeCycleException
LifeCycleException(java.lang.Throwable cause)
          Creates a new instance of LifeCycleException
 
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

LifeCycleException

public LifeCycleException()
Creates a new instance of LifeCycleException


LifeCycleException

public LifeCycleException(java.lang.String message,
                          java.lang.Throwable cause)
Creates a new instance of LifeCycleException

Parameters:
message -
cause -

LifeCycleException

public LifeCycleException(java.lang.String message)
Creates a new instance of LifeCycleException

Parameters:
message -

LifeCycleException

public LifeCycleException(java.lang.Throwable cause)
Creates a new instance of LifeCycleException

Parameters:
cause -


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.