com.bea.b2b.wlpi
Class WLPIException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.b2b.B2BException
                    |
                    +--com.bea.b2b.wlpi.WLPIException

public class WLPIException
extends B2BException

A WLPIException is thrown if an error occurs with WebLogic Process Integrator processing.

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

Constructor Summary
WLPIException()
          Constructs a WLPIException.
WLPIException(java.lang.String msg)
          Constructs a WLPIException with the specified message text.
WLPIException(java.lang.String msg, java.lang.Throwable e)
          Constructs a nested WLPIException with the specified message.
WLPIException(java.lang.Throwable e)
          Constructs a nested WLPIException.
 
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

WLPIException

public WLPIException()
Constructs a WLPIException.

WLPIException

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

Parameters:
msg - Message text.

WLPIException

public WLPIException(java.lang.Throwable e)
Constructs a nested WLPIException.

WLPIException

public WLPIException(java.lang.String msg,
                     java.lang.Throwable e)
Constructs a nested WLPIException with the specified message.

Parameters:
msg - Message text.