B2BConfigurationException Class

com.bea.wli.management.configuration
B2BConfigurationException Class

public class B2BConfigurationException

    extends Exception

A B2BConfigurationException is thrown if an error occurred in a WebLogic B2B Integration management application.


Hierarchy
Object
  Throwable
    Exception
      B2BConfigurationException
All Implemented Interfaces

Serializable

Constructor Summary

B2BConfigurationException()

Constructs a B2BConfigurationException.
B2BConfigurationException(Exception e)

Constructs a B2BConfigurationException with a nested exception
B2BConfigurationException(String msg)

Constructs a B2BConfigurationException with the specified message text.
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

B2BConfigurationException

public B2BConfigurationException()
Constructs a B2BConfigurationException.

B2BConfigurationException

public B2BConfigurationException(Exception e)
Constructs a B2BConfigurationException with a nested exception

B2BConfigurationException

public B2BConfigurationException(String msg)
Constructs a B2BConfigurationException with the specified message text.
 

Method Detail