vgrid
Class VgridInstatiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by vgrid.VgridException
              extended by vgrid.VgridInstatiationException
All Implemented Interfaces:
java.io.Serializable

public class VgridInstatiationException
extends VgridException

Thrown if a problem occurres during task instantiation. Indicates the client that loading the newest code from the server might solve the problem.

See Also:
Serialized Form

Constructor Summary
VgridInstatiationException()
           
VgridInstatiationException(java.lang.Exception origin)
           
VgridInstatiationException(java.io.IOException origin)
           
VgridInstatiationException(java.lang.String msg)
           
VgridInstatiationException(java.lang.String msg, java.lang.Exception origin)
           
 
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

VgridInstatiationException

public VgridInstatiationException()

VgridInstatiationException

public VgridInstatiationException(java.lang.String msg)

VgridInstatiationException

public VgridInstatiationException(java.lang.String msg,
                                  java.lang.Exception origin)

VgridInstatiationException

public VgridInstatiationException(java.lang.Exception origin)

VgridInstatiationException

public VgridInstatiationException(java.io.IOException origin)


vgrid the vienna grid project