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 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

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
equals, 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.