org.teiid.adminapi
Class AdminProcessingException

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.AdminProcessingException
All Implemented Interfaces:
java.io.Serializable

public final class AdminProcessingException
extends AdminException

An AdminProcessingException indicates that an error occured during processing as a result of user input. This exception is the result of handling an invalid user request, not the result of an internal 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
AdminProcessingException()
          No-arg ctor.
AdminProcessingException(int code, java.lang.String msg)
          Construct with an optional error code and a message.
AdminProcessingException(int code, java.lang.String msg, java.lang.Throwable cause)
           
AdminProcessingException(java.lang.String msg)
          Construct with a message.
AdminProcessingException(java.lang.String msg, java.lang.Throwable cause)
           
AdminProcessingException(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

AdminProcessingException

public AdminProcessingException()
No-arg ctor.

Since:
4.3

AdminProcessingException

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

Parameters:
msg - the error message.
Since:
4.3

AdminProcessingException

public AdminProcessingException(java.lang.Throwable cause)

AdminProcessingException

public AdminProcessingException(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

AdminProcessingException

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

AdminProcessingException

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


Copyright © 2009. All Rights Reserved.