com.metamatrix.common.application.exception
Class ApplicationLifecycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.metamatrix.core.MetaMatrixCoreException
              extended by com.metamatrix.common.application.exception.ApplicationLifecycleException
All Implemented Interfaces:
java.io.Serializable

public class ApplicationLifecycleException
extends MetaMatrixCoreException

This exception is used when an error occurs in the lifecycle of an application or it's service.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.core.MetaMatrixCoreException
code
 
Constructor Summary
ApplicationLifecycleException()
          No-Arg Constructor
ApplicationLifecycleException(java.lang.String message)
           
ApplicationLifecycleException(java.lang.Throwable e)
           
ApplicationLifecycleException(java.lang.Throwable e, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class com.metamatrix.core.MetaMatrixCoreException
getCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

ApplicationLifecycleException

public ApplicationLifecycleException()
No-Arg Constructor


ApplicationLifecycleException

public ApplicationLifecycleException(java.lang.String message)
Parameters:
message -

ApplicationLifecycleException

public ApplicationLifecycleException(java.lang.Throwable e)
Parameters:
e -

ApplicationLifecycleException

public ApplicationLifecycleException(java.lang.Throwable e,
                                     java.lang.String message)
Parameters:
e -
message -


Copyright © 2009. All Rights Reserved.