ProducerManagerException Class

com.bea.wsrp.consumer.management.producer
ProducerManagerException Class

public class ProducerManagerException

    extends Exception

Hierarchy
Object
  Throwable
    Exception
      ProducerManagerException
All Implemented Interfaces

Serializable

Constructor Summary

ProducerManagerException(String message, Throwable cause)

ProducerManagerException(String message)

ProducerManagerException(Throwable cause)

 

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

ProducerManagerException

public ProducerManagerException(String message, 
                                Throwable cause)

ProducerManagerException

public ProducerManagerException(String message)

ProducerManagerException

public ProducerManagerException(Throwable cause)