|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
uk.ac.soton.itinnovation.grid.pbac2.pdp.ResourceException
uk.ac.soton.itinnovation.grid.pbac2.pdp.ResourceIDAlreadyExistsException
public class ResourceIDAlreadyExistsException
Thrown when the user specifies a new resource ID in the newProcess method and that ID already exists. The user needs to pick another ID.
| Field Summary |
|---|
| Fields inherited from class java.rmi.RemoteException |
|---|
detail |
| Constructor Summary | |
|---|---|
ResourceIDAlreadyExistsException(String resourceID,
String message)
|
|
ResourceIDAlreadyExistsException(String resourceID,
String message,
Throwable ex)
|
|
| Method Summary |
|---|
| Methods inherited from class uk.ac.soton.itinnovation.grid.pbac2.pdp.ResourceException |
|---|
getResourceID, getResourceID, setResourceID |
| Methods inherited from class java.rmi.RemoteException |
|---|
getCause, getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, 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 |
|---|
public ResourceIDAlreadyExistsException(String resourceID,
String message)
public ResourceIDAlreadyExistsException(String resourceID,
String message,
Throwable ex)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||