uk.ac.soton.itinnovation.grid.pbac2.pdp
Class NotAuthorisedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.apache.axis.AxisFault
uk.ac.soton.itinnovation.grid.types.GridFailureException
uk.ac.soton.itinnovation.grid.pbac2.pdp.ResourceException
uk.ac.soton.itinnovation.grid.pbac2.pdp.NotAuthorisedException
- All Implemented Interfaces:
- Serializable
public class NotAuthorisedException
- extends ResourceException
Thrown when the user is not authorised to execute an operation on a
resource
- See Also:
- Serialized Form
| Methods inherited from class org.apache.axis.AxisFault |
addFaultDetail, addFaultDetail, addFaultDetailString, addFaultSubCode, addFaultSubCodeAsString, addHeader, addHostname, addHostnameIfNeeded, clearFaultDetails, clearFaultSubCodes, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultNode, getFaultReason, getFaultRole, getFaultString, getFaultSubCodes, getHeaders, initFaultSubCodes, lookupFaultDetail, makeFault, output, printStackTrace, printStackTrace, removeFaultDetail, removeHostname, setFaultActor, setFaultCode, setFaultCode, setFaultCodeAsString, setFaultDetail, setFaultDetailString, setFaultNode, setFaultReason, setFaultRole, setFaultString, toString, writeDetails |
NotAuthorisedException
public NotAuthorisedException(String resourceID,
SubjectDescription subject,
String action,
String message)
- Public constructor
- Parameters:
resourceID - the resourceIDsubject - the subject description objectaction - the actionmessage - message to pass up to the parent class.
NotAuthorisedException
public NotAuthorisedException(String action,
String message)
- Public constructor
- Parameters:
action - the actionmessage - message to pass up to the parent class.
getSubject
public SubjectDescription getSubject()
setSubject
public void setSubject(SubjectDescription subject)
getAction
public String getAction()
setAction
public void setAction(String action)
Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.