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
- All Implemented Interfaces:
- java.io.Serializable
- public class ConfigurationException
- extends ProcessingException
ConfigurationException class.
- Version:
- $Revision$, $Date$
- Author:
- Giridhar
- See Also:
MessageCatalog
, 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 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 |
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 © 2000 BEA Systems, Inc. All Rights Reserved