google-nomulus/java/google/registry/flows/exceptions
cgoldfeder ae039aa0d8 Remove all vestiges of memcache
Memcache is already off but now it's not in the code anymore.

This includes removing domain creation failfast, since that is actually
slower now than just running the flow - all you gain is a non-transactional
read over a transactional read, but the cost is that you always pay that
read, which is going to drive up latency.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=158183506
2017-06-14 10:28:24 -04:00
..
AlreadyPendingTransferException.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
MissingTransferRequestAuthInfoException.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
NotAuthorizedToViewTransferException.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
NotPendingTransferException.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
NoTransferHistoryToQueryException.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
NotTransferInitiatorException.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ObjectAlreadySponsoredException.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
OnlyToolCanPassMetadataException.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ResourceAlreadyExistsException.java Remove all vestiges of memcache 2017-06-14 10:28:24 -04:00
ResourceHasClientUpdateProhibitedException.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ResourceStatusProhibitsOperationException.java Use StatusValue XML names in EPP error messages 2017-03-21 15:14:02 -04:00
ResourceToDeleteIsReferencedException.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TooManyResourceChecksException.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TransferPeriodMustBeOneYearException.java Restrict domain transfer periods to 1 year 2017-03-21 15:11:07 -04:00