com.metamatrix.common.extensionmodule.exception
Class ExtensionModuleRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.metamatrix.core.MetaMatrixRuntimeException
                  extended by com.metamatrix.common.extensionmodule.exception.ExtensionModuleRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class ExtensionModuleRuntimeException
extends MetaMatrixRuntimeException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.core.MetaMatrixRuntimeException
CAUSED_BY_STRING, serialVersionUID
 
Constructor Summary
ExtensionModuleRuntimeException()
          No-args constructor required by Serializable semantics
ExtensionModuleRuntimeException(java.lang.String message)
          Construct an instance with the message specified.
 
Method Summary
 
Methods inherited from class com.metamatrix.core.MetaMatrixRuntimeException
getChild, getClassShortName, getCode, getIntCode, superPrintStackTrace, superPrintStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtensionModuleRuntimeException

public ExtensionModuleRuntimeException()
No-args constructor required by Serializable semantics


ExtensionModuleRuntimeException

public ExtensionModuleRuntimeException(java.lang.String message)
Construct an instance with the message specified.

Parameters:
message - A message describing the exception


Copyright © 2009. All Rights Reserved.