uk.ac.soton.itinnovation.grid.pbac2.pdp
Class ResourceTypeAlreadyDeployedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by uk.ac.soton.itinnovation.grid.types.GridErrorException
                  extended by uk.ac.soton.itinnovation.grid.pbac2.pdp.ResourceTypeAlreadyDeployedException
All Implemented Interfaces:
Serializable

public class ResourceTypeAlreadyDeployedException
extends GridErrorException

Thrown when the creating or locking a resource whose type is not currently deployed, or when trying to undeploy a type that is not deployed.

See Also:
Serialized Form

Constructor Summary
ResourceTypeAlreadyDeployedException(String message)
           
ResourceTypeAlreadyDeployedException(String message, Throwable ex)
           
 
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

ResourceTypeAlreadyDeployedException

public ResourceTypeAlreadyDeployedException(String message)

ResourceTypeAlreadyDeployedException

public ResourceTypeAlreadyDeployedException(String message,
                                            Throwable ex)


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.