org.jboss.portal.wsrp.consumer
Class ConsumerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.portal.wsrp.consumer.ConsumerException
All Implemented Interfaces:
java.io.Serializable

public class ConsumerException
extends java.lang.RuntimeException

Since:
2.6
Version:
$Revision: 8784 $
Author:
Chris Laprun
See Also:
Serialized Form

Constructor Summary
ConsumerException()
           
ConsumerException(java.lang.String message)
           
ConsumerException(java.lang.String message, java.lang.Throwable cause)
           
ConsumerException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConsumerException

public ConsumerException()

ConsumerException

public ConsumerException(java.lang.String message)

ConsumerException

public ConsumerException(java.lang.String message,
                         java.lang.Throwable cause)

ConsumerException

public ConsumerException(java.lang.Throwable cause)