com.wm.app.b2b.server
Class ISRuntimeException

java.lang.Object
  extended by BasisRuntimeException
      extended by com.wm.app.b2b.server.ISRuntimeException

public class ISRuntimeException
extends BasisRuntimeException


Constructor Summary
ISRuntimeException()
          Constructs an ISRuntimeException without a detailed error message.
ISRuntimeException(java.lang.Throwable wrappedException, java.lang.String msg)
          Constructs an ISRuntimeException with the specified message.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISRuntimeException

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


ISRuntimeException

public ISRuntimeException(java.lang.Throwable wrappedException,
                          java.lang.String msg)
Constructs an ISRuntimeException with the specified message. Any internal exception that causes the transient error can be set as a wrappedException.

Parameters:
wrappedException - The exception that caused the transient error condition.
msg - A String specifying the detailed message for this ISRuntimeException.