com.businessobjects.publisher.exception
Class PublishingException.DataProviderClassNotFound

java.lang.Object
  extended by CheckedException
      extended by com.businessobjects.publisher.exception.PublishingException
          extended by com.businessobjects.publisher.exception.PublishingException.DataProviderClassNotFound
Enclosing class:
PublishingException

public static class PublishingException.DataProviderClassNotFound
extends PublishingException


Nested Class Summary
 
Nested classes/interfaces inherited from class com.businessobjects.publisher.exception.PublishingException
PublishingException.AlreadyRunning, PublishingException.BadEnterpriseUserMapping, PublishingException.DataProviderClassNotFound, PublishingException.DataProviderSQLException, PublishingException.DestinationPluginNotFound, PublishingException.DistributionCompeletePluginClassError, PublishingException.DistributionCompeletePluginClassNotFound, PublishingException.DistributionCompeletePluginExecutionError, PublishingException.DynamicRecipientsResolutionError, PublishingException.EmptyGlobalDeliveryRuleExpression, PublishingException.EmptyPublicationDocument, PublishingException.EnterpriseUserMappingConflict, PublishingException.GenericException, PublishingException.GlobalDeliveryRuleDocumentSchedulingFailed, PublishingException.HandlerThreadPoolInterruptedException, PublishingException.InsufficientAccessRights, PublishingException.InvalidArgument, PublishingException.InvalidClassName, PublishingException.InvalidEventHandler, PublishingException.InvalidGlobalDeliveryRuleDocument, PublishingException.InvalidInfoStore, PublishingException.InvalidProcessingHelper, PublishingException.InvalidPublicationDocument, PublishingException.InvalidPublicationInstance, PublishingException.InvalidScopeBatch, PublishingException.JobStatusNotFound, PublishingException.MaxJobsPropertyNotFound, PublishingException.MHTMLDocumentsNotFound, PublishingException.MHTMLMergeFailed, PublishingException.NoValidScopebatchToRedistribution, PublishingException.PdfCollationFailed, PublishingException.PluginProcessingFailed, PublishingException.PostProcessingPluginClassNotFound, PublishingException.ProcessingServiceNotFound, PublishingException.PublicationDocumentNotFound, PublishingException.PublicationFileDownloadException, PublishingException.PublicationFileMergeFailed, PublishingException.SDKException, PublishingException.ServiceHostsNotFound, PublishingException.StaticDocumentNotFound, PublishingException.UnableToFindHTMLPart, PublishingException.UnableToFindLastProcessedRecipient, PublishingException.UnableToFindProfileFilterExpression, PublishingException.UnableToFindProfileValue, PublishingException.UniqueIdentifierColumnNotSpecified, PublishingException.UnSupportFormat, PublishingException.UnSupportReportType, PublishingException.UploadLogException, PublishingException.ZipMergeFailed
 
Field Summary
 
Fields inherited from class com.businessobjects.publisher.exception.PublishingException
resourceLocation
 
Constructor Summary
PublishingException.DataProviderClassNotFound(java.lang.String className, java.lang.ClassNotFoundException exp)
           
PublishingException.DataProviderClassNotFound(java.lang.String className, java.lang.NoClassDefFoundError err)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishingException.DataProviderClassNotFound

public PublishingException.DataProviderClassNotFound(java.lang.String className,
                                                     java.lang.ClassNotFoundException exp)

PublishingException.DataProviderClassNotFound

public PublishingException.DataProviderClassNotFound(java.lang.String className,
                                                     java.lang.NoClassDefFoundError err)