org.alfresco.webdrone.share.dashlet
Class NoSuchDashletExpection

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.alfresco.webdrone.PageException
                  extended by org.alfresco.webdrone.share.dashlet.NoSuchDashletExpection
All Implemented Interfaces:
Serializable

public class NoSuchDashletExpection
extends PageException

Thrown by WebDrone when Dashlet has not rendered in the set time.

Since:
1.6
Author:
Shan Nagarajan
See Also:
Serialized Form

Constructor Summary
NoSuchDashletExpection()
           
NoSuchDashletExpection(String reason)
           
NoSuchDashletExpection(String reason, 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

NoSuchDashletExpection

public NoSuchDashletExpection(String reason)

NoSuchDashletExpection

public NoSuchDashletExpection(String reason,
                              Throwable cause)

NoSuchDashletExpection

public NoSuchDashletExpection()


Copyright © 2013. All Rights Reserved.