BEA Systems, Inc.

com.beasys.commerce.foundation.exception
Class ConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.beasys.commerce.foundation.exception.ProcessingException
                    |
                    +--com.beasys.commerce.foundation.exception.ConfigurationException

public class ConfigurationException
extends ProcessingException

ConfigurationException class.

See Also:
MessageCatalog, Serialized Form

Field Summary
static java.lang.String MESSAGE_NAMESPACE
          The name of the resource bundle
 
Fields inherited from class com.beasys.commerce.foundation.exception.ProcessingException
embeddedException, MESSAGE_NAMESPACE, userMessage
 
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.ProcessingException
getEmbeddedException, getUserMessage, setEmbeddedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MESSAGE_NAMESPACE

public static final java.lang.String MESSAGE_NAMESPACE
The name of the resource bundle
Constructor Detail

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

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved