jrun.ejb.interceptors
Class OTSTransactionInterceptor.TxInteropNotSupportedRemoteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.rmi.RemoteException
                          |
                          +--jrun.ejb.interceptors.OTSTransactionInterceptor.TxInteropNotSupportedRemoteException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
OTSTransactionInterceptor

public static class OTSTransactionInterceptor.TxInteropNotSupportedRemoteException
extends java.rmi.RemoteException

OTS Transaction interoperability not supported: {bean}.{method}

See Also:
Serialized Form

Field Summary
 java.lang.String bean
           
 java.lang.String method
           
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
OTSTransactionInterceptor.TxInteropNotSupportedRemoteException(java.lang.String method, java.lang.String bean)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.rmi.RemoteException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bean

public final java.lang.String bean

method

public final java.lang.String method
Constructor Detail

OTSTransactionInterceptor.TxInteropNotSupportedRemoteException

public OTSTransactionInterceptor.TxInteropNotSupportedRemoteException(java.lang.String method,
                                                                      java.lang.String bean)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.rmi.RemoteException


Copyright � 2002 Macromedia Corporation. All Rights Reserved.