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

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.pbac2.pdp.ResourceTypeNotDeployedException
All Implemented Interfaces:
Serializable

public class ResourceTypeNotDeployedException
extends RuntimeException

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
ResourceTypeNotDeployedException(String message)
           
ResourceTypeNotDeployedException(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

ResourceTypeNotDeployedException

public ResourceTypeNotDeployedException(String message)

ResourceTypeNotDeployedException

public ResourceTypeNotDeployedException(String message,
                                        Throwable ex)


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