com.hlcl.rql.as
Class PageAlreadyInPublishingQueueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hlcl.rql.as.RQLException
              extended by com.hlcl.rql.as.PageAlreadyInPublishingQueueException
All Implemented Interfaces:
java.io.Serializable

public class PageAlreadyInPublishingQueueException
extends RQLException

Diese Ausnahme wird geworfen, wenn versucht wird einen PublishingJob für eine Seite zu starten, für die bereits ein Job in der Queue wartet, oder deren Generierung bereits läuft.

Author:
LEJAFR
See Also:
PublishingJob, Serialized Form

Constructor Summary
PageAlreadyInPublishingQueueException(java.lang.String s)
          PageAlreadyInPublishingQueueException constructor comment.
 
Method Summary
 
Methods inherited from class com.hlcl.rql.as.RQLException
getMessage, getReason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageAlreadyInPublishingQueueException

public PageAlreadyInPublishingQueueException(java.lang.String s)
PageAlreadyInPublishingQueueException constructor comment.

Parameters:
s - java.lang.String