com.beasys.commerce.ebusiness.tax.pipeline
Class TaxSystemException
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.PipelineFatalException
|
+--com.beasys.commerce.ebusiness.tax.pipeline.TaxSystemException
- All Implemented Interfaces:
- MessageCatalogException, java.io.Serializable
- public class TaxSystemException
- extends PipelineFatalException
A TaxSystemException indicates a failure in the underlying tax
calculation service.
- See Also:
MessageCatalog
, Serialized Form
Constructor Summary |
TaxSystemException(java.lang.String message)
|
TaxSystemException(java.lang.String message,
java.lang.Exception e)
|
TaxSystemException(java.lang.String messageKey,
java.lang.Object[] argument)
Constructs a TaxSystemException |
TaxSystemException(java.lang.String messageKey,
java.lang.Object[] argument,
java.lang.Exception embeddedException)
Constructs a TaxSystemException |
TaxSystemException(java.lang.String messageKey,
java.lang.String argument)
Constructs a TaxSystemException |
TaxSystemException(java.lang.String namespace,
java.lang.String messageKey,
java.lang.Exception embeddedException)
Constructs a TaxSystemException |
TaxSystemException(java.lang.String namespace,
java.lang.String messageKey,
java.lang.Object[] argument)
Constructs a TaxSystemException |
TaxSystemException(java.lang.String namespace,
java.lang.String messageKey,
java.lang.Object[] argument,
java.lang.Exception embeddedException)
Constructs a TaxSystemException |
TaxSystemException(java.lang.String namespace,
java.lang.String messageKey,
java.lang.String argument)
Constructs a TaxSystemException |
TaxSystemException(java.lang.String namespace,
java.lang.String messageKey,
java.lang.String argument,
java.lang.Exception embeddedException)
Constructs a TaxSystemException |
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 |
TaxSystemException
public TaxSystemException(java.lang.String message)
TaxSystemException
public TaxSystemException(java.lang.String message,
java.lang.Exception e)
TaxSystemException
public TaxSystemException(java.lang.String messageKey,
java.lang.String argument)
- Constructs a TaxSystemException
TaxSystemException
public TaxSystemException(java.lang.String namespace,
java.lang.String messageKey,
java.lang.String argument)
- Constructs a TaxSystemException
TaxSystemException
public TaxSystemException(java.lang.String messageKey,
java.lang.Object[] argument)
- Constructs a TaxSystemException
TaxSystemException
public TaxSystemException(java.lang.String namespace,
java.lang.String messageKey,
java.lang.Object[] argument)
- Constructs a TaxSystemException
TaxSystemException
public TaxSystemException(java.lang.String namespace,
java.lang.String messageKey,
java.lang.Exception embeddedException)
- Constructs a TaxSystemException
TaxSystemException
public TaxSystemException(java.lang.String namespace,
java.lang.String messageKey,
java.lang.String argument,
java.lang.Exception embeddedException)
- Constructs a TaxSystemException
TaxSystemException
public TaxSystemException(java.lang.String messageKey,
java.lang.Object[] argument,
java.lang.Exception embeddedException)
- Constructs a TaxSystemException
TaxSystemException
public TaxSystemException(java.lang.String namespace,
java.lang.String messageKey,
java.lang.Object[] argument,
java.lang.Exception embeddedException)
- Constructs a TaxSystemException
Copyright © 2001 BEA Systems, Inc. All Rights Reserved