com.wm.app.b2b.client
Class InvalidRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.wm.util.LocalizedException
              extended by com.wm.lang.ns.NSException
                  extended by com.wm.app.b2b.client.ServiceException
                      extended by com.wm.app.b2b.client.InvalidRequestException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRequestException
extends ServiceException

This class extends ServiceException. It is thrown when a client submits an invalid request (for example, it supplies an invalid transaction ID or other invalid parameter).

See Also:
ServiceException, Serialized Form

Constructor Summary
InvalidRequestException()
          Constructs an InvalidRequestException with no detailed error message.
InvalidRequestException(java.lang.String msg)
          Constructs an InvalidRequestException with the specified message.
 
Method Summary
 
Methods inherited from class com.wm.app.b2b.client.ServiceException
getErrorDump, getErrorInfo, getErrorType, getLocalizedMessage, getMessage, getOriginalException, reThrow, toString
 
Methods inherited from class com.wm.util.LocalizedException
getErrorDetails, getLocalizedMessage, getMsgId, getMsgOnly, getMsgOnly, getWrappedException, setErrorDetails
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidRequestException

public InvalidRequestException()
Constructs an InvalidRequestException with no detailed error message.


InvalidRequestException

public InvalidRequestException(java.lang.String msg)
Constructs an InvalidRequestException with the specified message.

Parameters:
msg - A String specifying the detailed error message for this InvalidRequestException.