Skip navigation links


com.bea.wsrp.consumer.management.portlet
Class ExportBatchTooLargeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.wsrp.consumer.management.portlet.BulkPortletManagerException
              extended by com.bea.wsrp.consumer.management.portlet.ExportBatchTooLargeException

All Implemented Interfaces
Serializable

public class ExportBatchTooLargeException
extends BulkPortletManagerException

Thrown if the batch of portlets to be exported is larger than the producer's recommended maximum export batch size.

See Also
Serialized Form

Constructor Summary
ExportBatchTooLargeException(String message)
           
ExportBatchTooLargeException(String message, Throwable cause)
           
ExportBatchTooLargeException(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

ExportBatchTooLargeException

public ExportBatchTooLargeException(String message)

ExportBatchTooLargeException

public ExportBatchTooLargeException(Throwable cause)

ExportBatchTooLargeException

public ExportBatchTooLargeException(String message,
                                    Throwable cause)

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.