org.teiid.adminapi
Class AdminComponentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.metamatrix.core.MetaMatrixCoreException
              extended by org.teiid.adminapi.AdminException
                  extended by org.teiid.adminapi.AdminComponentException
All Implemented Interfaces:
java.io.Serializable

public final class AdminComponentException
extends AdminException

An AdminComponentException is thrown when an error occurs as a result of an internal component error.

This exception class is capable of containing multiple exceptions. See AdminException for details.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.core.MetaMatrixCoreException
code
 
Constructor Summary
AdminComponentException()
           
AdminComponentException(int code, java.lang.String msg)
          Construct with an optional error code and a message.
AdminComponentException(int code, java.lang.String msg, java.lang.Throwable cause)
           
AdminComponentException(java.lang.String msg)
          Construct with a message.
AdminComponentException(java.lang.String msg, java.lang.Throwable cause)
           
AdminComponentException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.teiid.adminapi.AdminException
addChild, getChildren, hasMultiple
 
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

AdminComponentException

public AdminComponentException()

AdminComponentException

public AdminComponentException(java.lang.String msg)
Construct with a message.

Parameters:
msg - the error message.
Since:
4.3

AdminComponentException

public AdminComponentException(java.lang.Throwable cause)

AdminComponentException

public AdminComponentException(int code,
                               java.lang.String msg)
Construct with an optional error code and a message.

Parameters:
code - an optional error code
msg - the error message.
Since:
4.3

AdminComponentException

public AdminComponentException(java.lang.String msg,
                               java.lang.Throwable cause)

AdminComponentException

public AdminComponentException(int code,
                               java.lang.String msg,
                               java.lang.Throwable cause)


Copyright © 2009. All Rights Reserved.