org.apache.shindig.gadgets.preload
Class PreloadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.shindig.gadgets.preload.PreloadException
All Implemented Interfaces:
Serializable

public class PreloadException
extends Exception

Exceptions thrown when preloading data.

See Also:
Serialized Form

Constructor Summary
PreloadException(String msg)
           
PreloadException(String msg, Throwable t)
           
PreloadException(Throwable t)
           
 
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

PreloadException

public PreloadException(String msg)

PreloadException

public PreloadException(Throwable t)

PreloadException

public PreloadException(String msg,
                        Throwable t)


Copyright © 2007-2012. All Rights Reserved.