com.metamatrix.platform.admin.api.exception
Class UnknownProductOrSubsystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.metamatrix.core.MetaMatrixCoreException
              extended by com.metamatrix.api.exception.MetaMatrixException
                  extended by com.metamatrix.api.exception.MetaMatrixProcessingException
                      extended by com.metamatrix.platform.admin.api.exception.MetaMatrixAdminException
                          extended by com.metamatrix.platform.admin.api.exception.UnknownProductOrSubsystemException
All Implemented Interfaces:
java.io.Serializable

public class UnknownProductOrSubsystemException
extends MetaMatrixAdminException

Indicates a product name has been encountered that is unknown, or a subsystem name for a known product has been encountered which is unknown for that product.

See Also:
Serialized Form

Constructor Summary
UnknownProductOrSubsystemException()
          No-arg CTOR
UnknownProductOrSubsystemException(java.lang.String unknownProduct)
          Constructs an exception indicating a product name is unknown
UnknownProductOrSubsystemException(java.lang.String knownProduct, java.lang.String unknownSubsystem)
          Constructs an exception indicating a subsystem for a known product is unknown
 
Method Summary
 
Methods inherited from class com.metamatrix.api.exception.MetaMatrixException
getChild, getCode, getFullMessage, getMessage, readExternal, setCode, toString, writeExternal
 
Methods inherited from class com.metamatrix.core.MetaMatrixCoreException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownProductOrSubsystemException

public UnknownProductOrSubsystemException()
No-arg CTOR


UnknownProductOrSubsystemException

public UnknownProductOrSubsystemException(java.lang.String unknownProduct)
Constructs an exception indicating a product name is unknown

Parameters:
unknownProduct - name that is not known

UnknownProductOrSubsystemException

public UnknownProductOrSubsystemException(java.lang.String knownProduct,
                                          java.lang.String unknownSubsystem)
Constructs an exception indicating a subsystem for a known product is unknown

Parameters:
knownProduct - product name
unknownSubsystem - name that is not known for the product


Copyright © 2009. All Rights Reserved.