-í
¯×>c       so   d  Z  d k l Z d e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d	 „  ƒ  YZ d
 S(   s   Exceptions for ZEO.(   s   StorageErrors   ClientStorageErrorc      s   t  Z d  Z RS(   s+   An error occured in the ZEO Client Storage.(   s   __name__s
   __module__s   __doc__(    (    (    s6   /usr/pkg/lib/python2.2/site-packages/ZEO/Exceptions.pys   ClientStorageError s   s   UnrecognizedResultc      s   t  Z d  Z RS(   s.   A server call returned an unrecognized result.(   s   __name__s
   __module__s   __doc__(    (    (    s6   /usr/pkg/lib/python2.2/site-packages/ZEO/Exceptions.pys   UnrecognizedResult s   s   ClientDisconnectedc      s   t  Z d  Z RS(   s6   The database storage is disconnected from the storage.(   s   __name__s
   __module__s   __doc__(    (    (    s6   /usr/pkg/lib/python2.2/site-packages/ZEO/Exceptions.pys   ClientDisconnected s   s	   AuthErrorc      s   t  Z d  Z RS(   s7   The client provided invalid authentication credentials.(   s   __name__s
   __module__s   __doc__(    (    (    s6   /usr/pkg/lib/python2.2/site-packages/ZEO/Exceptions.pys	   AuthError s   N(   s   __doc__s   ZODB.POSExceptions   StorageErrors   ClientStorageErrors   UnrecognizedResults   ClientDisconnecteds	   AuthError(   s   UnrecognizedResults   StorageErrors   ClientStorageErrors   ClientDisconnecteds	   AuthError(    (    s6   /usr/pkg/lib/python2.2/site-packages/ZEO/Exceptions.pys   ? s
   