com.cafesoft.core.lifecycle
Class LifecycleException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.cafesoft.core.exception.NestedException
|
+--com.cafesoft.core.lifecycle.LifecycleException
- All Implemented Interfaces:
- Serializable
- public class LifecycleException
- extends NestedException
- Since:
- 12/1/01
- See Also:
- Serialized Form
LifecycleException
public LifecycleException()
- Create a new LifecycleException.
LifecycleException
public LifecycleException(String message)
- Create a new LifecycleException.
- Parameters:
message - a textual message describing the exception.
LifecycleException
public LifecycleException(String message,
Throwable cause)
- Create a new LifecycleException.
- Parameters:
message - a textual message describing the exception.cause - throwable that caused this exception
Generated on 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.