com.beasys.commerce.foundation.exception
Class  ConfigurationException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.beasys.commerce.foundation.exception.ApplicationException
                    |
                    +--com.beasys.commerce.foundation.exception.ProcessingException
                          |
                          +--com.beasys.commerce.foundation.exception.ConfigurationException
- All Implemented Interfaces: 
 - MessageCatalogException, java.io.Serializable
 
- public class ConfigurationException
- extends ProcessingException
  
A ConfigurationException signals a webflow or pipeline configuration 
 error.
 
 Note: Throughout this API documentation namespace refers to the resource bundle
       that contains the catalog of exception messages.
       Refer to the MessageCatalog API documentation for further details.
 
- See Also: 
 MessageCatalogException, Serialized Form
| 
Field Summary | 
static java.lang.String | 
MESSAGE_NAMESPACE
 
          The name of the resource bundle | 
 
 
| 
Constructor Summary | 
ConfigurationException(java.lang.String messageKey)
 
          Constructs a ConfigurationException | 
ConfigurationException(java.lang.String messageKey,
                       java.lang.Exception embeddedException)
 
          Constructs a ConfigurationException | 
ConfigurationException(java.lang.String messageKey,
                       java.lang.Object argument)
 
          Constructs a ConfigurationException | 
ConfigurationException(java.lang.String messageKey,
                       java.lang.Object[] argument)
 
          Constructs a ConfigurationException | 
 
 
| Methods inherited from class com.beasys.commerce.foundation.exception.ApplicationException | 
addLogMessage, addLogMessage, addLogMessage, addMessage, addMessage, addMessage, addUserMessage, addUserMessage, addUserMessage, getEmbeddedException, getLocalizedMessage, getLogMessage, getLogMessages, getMessage, getUserMessage, getUserMessages, toString | 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
MESSAGE_NAMESPACE
public static final java.lang.String MESSAGE_NAMESPACE
- The name of the resource bundle
 
ConfigurationException
public ConfigurationException(java.lang.String messageKey)
- Constructs a ConfigurationException
 
ConfigurationException
public ConfigurationException(java.lang.String messageKey,
                              java.lang.Object argument)
- Constructs a ConfigurationException
 
ConfigurationException
public ConfigurationException(java.lang.String messageKey,
                              java.lang.Object[] argument)
- Constructs a ConfigurationException
 
ConfigurationException
public ConfigurationException(java.lang.String messageKey,
                              java.lang.Exception embeddedException)
- Constructs a ConfigurationException
 
Copyright © 2001 BEA Systems, Inc. All Rights Reserved