ninja.lifecycle
Class LifecycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ninja.lifecycle.LifecycleException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FailedDisposeException, FailedStartException
public class LifecycleException
- extends RuntimeException
Exception thrown when an error occurs in the lifecycle
- Author:
- James Roper
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LifecycleException
public LifecycleException()
LifecycleException
public LifecycleException(String message)
LifecycleException
public LifecycleException(String message,
Throwable cause)
LifecycleException
public LifecycleException(Throwable cause)
Copyright © 2012. All Rights Reserved.