WebLogic Integration


com.bea.b2b.protocol
Class PlugInException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.b2b.B2BException
                    |
                    +--com.bea.b2b.protocol.PlugInException

public class PlugInException
extends B2BException

A PlugInException is thrown if a problem occurs while setting up or processing a logic plug-in.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Fields inherited from class com.bea.b2b.B2BException
nested, stackTrace
 
Constructor Summary
PlugInException()
          Constructs a PlugInException.
PlugInException(java.lang.String msg)
          Constructs a PlugInException with the specified message.
 
Methods inherited from class com.bea.b2b.B2BException
getNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlugInException

public PlugInException(java.lang.String msg)
Constructs a PlugInException with the specified message.

Parameters:
msg - Message text.

PlugInException

public PlugInException()
Constructs a PlugInException.

WebLogic Integration

WebLogic Integration (WLI)