OpenPetra
Free Administration Software for Non-Profits
Exceptions.cs File Reference

Classes

class  Ict.Common.Exceptions.EPetraSecurityException
 Security violation (eg. access permissions etc). More...
 
class  Ict.Common.Exceptions.EUserNotExistantException
 User does not exist. More...
 
class  Ict.Common.Exceptions.EPasswordWrongException
 Password was wrong. More...
 
class  Ict.Common.Exceptions.EUserRetiredException
 User is not active anymore (Retired on purpose). More...
 
class  Ict.Common.Exceptions.EUserAccountLockedException
 User Account is locked (a User Account gets locked automatically after too many login attempts with the wrong password). More...
 
class  Ict.Common.Exceptions.EUserAccountGotLockedException
 User Account got locked (happens automatically after too many login attempts with the wrong password). More...
 
class  Ict.Common.Exceptions.EAccessDeniedException
 Access denied to a certain screen or information. More...
 
class  Ict.Common.Exceptions.ESystemDisabledException
 Thrown if the whole OpenPetra System is down for maintenance. More...
 
class  Ict.Common.Exceptions.ELicenseExpiredException
 Thrown if the license for the OpenPetra System is not paid in a hosted offering More...
 
class  Ict.Common.Exceptions.EInvalidSiteKeyException
 The Client is using an invalid SiteKey which the Server does not know about. More...
 
class  Ict.Common.Exceptions.EClientVersionMismatchException
 The binaries of the Client don't match the Version that the Server uses. The Client is prevented from connecting to the Server in such a circumstance. More...
 
class  Ict.Common.Exceptions.EPartnerKeyOutOfRangeException
 This Exception is raised when a the PartnerKey number does not fit into a string of Length 10. More...
 
class  Ict.Common.Exceptions.TExceptionHelper
 Helper Class for handling Exceptions. More...
 

Namespaces

namespace  Ict
 
namespace  Ict.Common
 
namespace  Ict.Common.Exceptions