Respond with an error exception for this request.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public abstract void respond( DOFErrorException exception )
Parameters
- exception
- Type: org.opendof.core.oalDOFErrorException
The exception. Must not be null.
Remarks
- DOFErrorException.NOT_SUPPORTED
- DOFErrorException.TYPE_MISMATCH
- DOFErrorException.INSUFFICIENT_RESOURCES
- DOFErrorException.TERMINATED
- DOFErrorException.REJECTED
- DOFErrorException.NOT_FOUND
- DOFErrorException.APPLICATION_ERROR
respond(...)
return
throw
See Also