IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.wsrm.exceptions
Class WSRMErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.wsspi.wsrm.exceptions.WSRMErrorException
All Implemented Interfaces:
java.io.Serializable

public class WSRMErrorException
extends java.lang.RuntimeException

The WSRMErrorException exception is thrown when an unexpected error occurs inside the Web services reliable messaging code.

See Also:
Serialized Form

Constructor Summary
WSRMErrorException(java.lang.Exception e)
           
WSRMErrorException(java.lang.String formattedMessage)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSRMErrorException

public WSRMErrorException(java.lang.String formattedMessage)

WSRMErrorException

public WSRMErrorException(java.lang.Exception e)

IBM WebSphere Application ServerTM
Release 8