com.wm.app.tn.route
Class RoutingAbortedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.wm.util.LocalizedException
              extended by com.wm.util.ServerException
                  extended by com.wm.app.b2b.server.ServiceException
                      extended by com.wm.app.tn.route.RoutingAbortedException
All Implemented Interfaces:
com.wm.util.SpecifiedLocale, java.io.Serializable

public class RoutingAbortedException
extends com.wm.app.b2b.server.ServiceException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.wm.util.ServerException
ALARM, QUIET
 
Fields inherited from interface com.wm.util.SpecifiedLocale
NULL_LOCALE
 
Constructor Summary
RoutingAbortedException(java.lang.String msg)
           
RoutingAbortedException(java.lang.String msg, boolean save)
           
 
Method Summary
 boolean getSave()
           
 java.lang.String getSystemStatus()
           
 java.lang.String getUserStatus()
           
 void setStatus(java.lang.String sys, java.lang.String usr)
           
 
Methods inherited from class com.wm.util.ServerException
getMessage, getSeverity, setSeverity
 
Methods inherited from class com.wm.util.LocalizedException
getErrorDetails, getInfo, getLocalizedMessage, getLocalizedMessage, getMsgId, getMsgOnly, getMsgOnly, getWrappedException, setErrorDetails
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoutingAbortedException

public RoutingAbortedException(java.lang.String msg)

RoutingAbortedException

public RoutingAbortedException(java.lang.String msg,
                               boolean save)
Method Detail

getSave

public boolean getSave()

getSystemStatus

public java.lang.String getSystemStatus()

getUserStatus

public java.lang.String getUserStatus()

setStatus

public void setStatus(java.lang.String sys,
                      java.lang.String usr)