ProducerInUseException Class

com.bea.wsrp.config
ProducerInUseException Class

public class ProducerInUseException

    extends Exception

Exception to indicate that a given producer can not removed as there are portlets associated with this producer.


Hierarchy
Object
  Throwable
    Exception
      ProducerInUseException
All Implemented Interfaces

Serializable

Constructor Summary

ProducerInUseException()

ProducerInUseException(String s, Throwable throwable)

ProducerInUseException(String s)

ProducerInUseException(Throwable throwable)

 

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

ProducerInUseException

public ProducerInUseException()

ProducerInUseException

public ProducerInUseException(String s, 
                              Throwable throwable)

ProducerInUseException

public ProducerInUseException(String s)

ProducerInUseException

public ProducerInUseException(Throwable throwable)