Searched refs:RtiException (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/tools/onbld/Checks/
H A DDbLookups.py286 class RtiException(Exception): class in inherits:Exception
289 class RtiCallFailed(RtiException):
291 return "Unable to call webrti: %s" % (RtiException.__str__(self))
293 class RtiSystemProblem(RtiException):
295 return "RTI status cannot be determined for CR: %s" % (RtiException.__str__(self))
297 class RtiIncorrectCR(RtiException):
299 return "Incorrect CR number specified: %s" % (RtiException.__str__(self))
301 class RtiNotFound(RtiException):
303 return "RTI not found for CR: %s" % (RtiException.__str__(self))
305 class RtiNeedConsolidation(RtiException)
[all...]
H A DRti.py41 from onbld.Checks.DbLookups import Rti, RtiException, RtiNotFound, RtiOffSwan namespace
137 except RtiException, e:

Completed in 22 milliseconds