com.wm.app.b2b.client
Class AccessException

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.AccessException
All Implemented Interfaces:
java.io.Serializable

public class AccessException
extends ServiceException

Extends ServiceException. This exception is thrown when the client supplies invalid log-on credentials, does not have permission to access the requested service, or the session on the server has expired.

See Also:
ServiceException, Serialized Form

Constructor Summary
AccessException()
          Constructs an AccessException without a detailed error message.
AccessException(java.lang.String msg)
          Constructs an AccessException 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

AccessException

public AccessException()
Constructs an AccessException without a detailed error message.


AccessException

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

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