net.kindleit.gae.runner
Class KickStartExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.kindleit.gae.runner.KickStartExecutionException
All Implemented Interfaces:
Serializable

public class KickStartExecutionException
extends Exception

Thrown when an attempt to execute the App Engine KickStart class fails.

Since:
0.5.8
Author:
tmoore@incrementalism.net
See Also:
Serialized Form

Constructor Summary
KickStartExecutionException(String message)
           
KickStartExecutionException(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

KickStartExecutionException

public KickStartExecutionException(Throwable cause)

KickStartExecutionException

public KickStartExecutionException(String message)


Copyright © 2009-2010 KindleIT. All Rights Reserved.