org.springframework.jee.interfaces
Class LifecycleCallbackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.jee.interfaces.LifecycleCallbackException
All Implemented Interfaces:
Serializable

public class LifecycleCallbackException
extends RuntimeException

Author:
Safin Li, Michael Chen
See Also:
Serialized Form

Constructor Summary
LifecycleCallbackException(String msg)
           
LifecycleCallbackException(String msg, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

LifecycleCallbackException

public LifecycleCallbackException(String msg)

LifecycleCallbackException

public LifecycleCallbackException(String msg,
                                  Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.