TaxUserException Class

com.beasys.commerce.ebusiness.tax
TaxUserException Class

public class TaxUserException

    extends TaxException

Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        TaxException
          TaxUserException
All Implemented Interfaces

MessageCatalogException, Serializable

Field Summary

   
Fields from  com.beasys.commerce.foundation.exception.ApplicationException
embeddedException, logMessages, userMessages
 

Constructor Summary

TaxUserException(String nameSpace, String messageKey, Exception exception)

TaxUserException(String nameSpace, String messageKey, Object argument, Exception exception)

TaxUserException(String nameSpace, String messageKey, Object argument)

TaxUserException(String nameSpace, String messageKey, Object arguments, Exception exception)

TaxUserException(String nameSpace, String messageKey, Object arguments)

TaxUserException(String nameSpace, String messageKey)

 

Method Summary

 
Methods from  com.beasys.commerce.ebusiness.tax.TaxException
getMessageKey, getNameSpace
 
Methods from  com.beasys.commerce.foundation.exception.ApplicationException
addLogMessage, addLogMessage, addLogMessage, addMessage, addMessage, addMessage, addUserMessage, addUserMessage, addUserMessage, getEmbeddedException, getLocalizedMessage, getLogMessage, getLogMessages, getMessage, getUserMessage, getUserMessages, toString
 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface com.beasys.commerce.foundation.exception.MessageCatalogException
addLogMessage, addLogMessage, addLogMessage, addMessage, addMessage, addMessage, addUserMessage, addUserMessage, addUserMessage, getEmbeddedException, getLogMessage, getLogMessages, getUserMessage, getUserMessages
 

Constructor Detail

TaxUserException

public TaxUserException(String nameSpace, 
                        String messageKey, 
                        Exception exception)

TaxUserException

public TaxUserException(String nameSpace, 
                        String messageKey, 
                        Object argument, 
                        Exception exception)

TaxUserException

public TaxUserException(String nameSpace, 
                        String messageKey, 
                        Object argument)

TaxUserException

public TaxUserException(String nameSpace, 
                        String messageKey, 
                        Object[] arguments, 
                        Exception exception)

TaxUserException

public TaxUserException(String nameSpace, 
                        String messageKey, 
                        Object[] arguments)

TaxUserException

public TaxUserException(String nameSpace, 
                        String messageKey)