def __init__(self): Fault.__init__(self, faultcode="ElbeInvalidState", faultstring="Project is Busy ! Operation Invalid")
def __init__(self): Fault.__init__(self, faultcode="ElbeNotAuthorized", faultstring="Not Authorized ! Cant let you perform this command.")
def __init__(self, exc): Fault.__init__(self, faultcode="ElbeValidationError", faultstring=exc.__repr__())
def __init__(self): Fault.__init__(self, faultcode="ElbeAuthenticationFailed", faultstring="Authentication Failed")
def __init__(self): Fault.__init__(self, faultcode="ElbeNotLoggedIn", faultstring="Not authenticated ! Cant let you perform this command.")
def __init__(self, dberr): Fault.__init__(self, faultcode="ElbeDBError", faultstring=str(dberr))
def __init__(self, err): Fault.__init__(self, faultcode="ElbeProjectError", faultstring=str(err))
def __init__(self): Fault.__init__( self, faultcode="ElbeNotAuthorized", faultstring="Not Authorized ! Cant let you perform this command.")
def __init__(self): Fault.__init__( self, faultcode="ElbeNotLoggedIn", faultstring="Not authenticated ! Cant let you perform this command." )